[Lunar-commits] <moonbase> samba: Just a little fleshing out of the DEPENDS and adding a couple of
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Oct 4 14:53:26 CEST 2009
commit 45ba58b399786ff6105a6bbc34acbf7f704e7342
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Oct 4 08:53:26 2009 -0400
samba: Just a little fleshing out of the DEPENDS and adding a couple of
configure questions.
---
net/samba/CONFIGURE | 3 +++
net/samba/DEPENDS | 3 ++-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/net/samba/CONFIGURE b/net/samba/CONFIGURE
new file mode 100644
index 0000000..7b5b220
--- /dev/null
+++ b/net/samba/CONFIGURE
@@ -0,0 +1,3 @@
+mquery AUTO_MOUNT "Configure samba with automount?" n "--with-automount" "--without-automount"
+mquery DNS_UPDATE "Configure samba to perform DNS updates?" n "--with-dnsupdate" "--without-dnsupdate"
+
diff --git a/net/samba/DEPENDS b/net/samba/DEPENDS
index 51ea9f5..328024d 100644
--- a/net/samba/DEPENDS
+++ b/net/samba/DEPENDS
@@ -2,4 +2,5 @@ depends chkconfig
depends ncurses
depends readline
-optional_depends "cups" "" "" "CUPS printing support"
+optional_depends "cups" "--enable-cups" "--disable-cups" "CUPS printing support"
+optional_depends "avahi" "--enable-avahi" "--disable-avahi" "for service discovery support"
More information about the Lunar-commits
mailing list