[Lunar-commits] CVS: moonbase/net/samba BUILD, 1.4, 1.5 DEPENDS, 1.2, 1.3

Florin Braescu florin at lunar-linux.org
Sat Aug 21 14:25:09 GMT 2004


Update of /var/cvs/lunar/moonbase/net/samba
In directory dbguin.lunar-linux.org:/tmp/cvs-serv18571

Modified Files:
	BUILD DEPENDS 
Log Message:
minor tweaking.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/samba/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	11 Nov 2003 22:48:18 -0000	1.4
+++ BUILD	21 Aug 2004 14:25:07 -0000	1.5
@@ -1,8 +1,8 @@
 (
-
+  WITH_PAM=" " &&
   if  module_installed  Linux-PAM;  then
     WITH_PAM="--with-pam  --with-pam_smbpass"
-  fi
+  fi  &&
 
   cd  source
   ./configure  --prefix=/usr           \
@@ -19,12 +19,10 @@
   cp Makefile Makefile.orig            &&
   sedit "s/-msse2//g" Makefile
 
-  make                                 &&
-  prepare_install                      &&
   mkdir  -p  /etc/samba                &&
   mkdir  -p  /usr/share/samba          &&
   mkdir  -p  /var/log/samba            &&
-  make    install                      &&
+  default_make                         &&
 
   if module_installed cups ; then
     ln -sf /usr/bin/smbspool /usr/lib/cups/backend/smb

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/samba/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	30 Jul 2004 03:36:50 -0000	1.2
+++ DEPENDS	21 Aug 2004 14:25:07 -0000	1.3
@@ -1,5 +1,5 @@
 depends  chkconfig &&
 depends  ncurses   &&
 depends  readline  &&
-optional_depends  "openssl"  "--with-ssl"  ""  "for encrypted communication"
-optional_depends  "cups" "" "" "for CUPS printing support"
+optional_depends  "openssl"  "--with-ssl"  ""  "SSL encrypted communication"  &&
+optional_depends  "cups"     ""            ""  "CUPS printing support"



More information about the Lunar-commits mailing list