[Lunar-commits] CVS: moonbase/ftp/gift BUILD, 1.1, 1.2 DEPENDS, 1.1, 1.2

Florin Braescu florin at lunar-linux.org
Sun Aug 22 12:35:28 GMT 2004


Update of /var/cvs/lunar/moonbase/ftp/gift
In directory dbguin.lunar-linux.org:/tmp/cvs-serv27930

Modified Files:
	BUILD DEPENDS 
Log Message:
minor tweaking.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/ftp/gift/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	1 Aug 2004 11:24:07 -0000	1.1
+++ BUILD	22 Aug 2004 12:35:26 -0000	1.2
@@ -2,15 +2,13 @@
 
   ./configure  --build=$BUILD            \
                --prefix=/usr             \
-               --enable-gnutella             \
+               --enable-gnutella         \
                --sysconfdir=/etc         \
                --localstatedir=/var      \
                --infodir=/usr/share/info \
                --mandir=/usr/share/man   \
                $OPTS                     &&
 
-  make                                   &&
-  prepare_install                        &&
-  make install
+  default_make
 
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/ftp/gift/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	1 Aug 2004 11:24:07 -0000	1.1
+++ DEPENDS	22 Aug 2004 12:35:26 -0000	1.2
@@ -1,24 +1,19 @@
-conflicts gift-cvs	&&
-conflicts giftgnutella-cvs &&
-conflicts giftopenft-cvs &&
-conflicts giftfast-cvs &&
-
-depends autoconf	&&
-depends automake	&&
-depends pkgconfig	&&
-depends libtool		&&
+depends autoconf   &&
+depends automake   &&
+depends pkgconfig  &&
+depends libtool    &&
 
-optional_depends "libvorbis"		\
-		 "--enable-libvorbis"	\
-		 "--disable-libvorbis"	\
-		 "to enable Vorbis support" &&
+optional_depends "libvorbis"                 \
+   "--enable-libvorbis"      \
+   "--disable-libvorbis"      \
+   "to enable Vorbis support" &&
 
-optional_depends "ImageMagick"		\
-		 "--enable-imagemagick"	\
-		 "--disable-imagemagick" \
-		 "to enable ImageMagick support" &&
+optional_depends "ImageMagick"                    \
+   "--enable-imagemagick"           \
+   "--disable-imagemagick"          \
+   "to enable ImageMagick support" &&
 
-optional_depends "gdbm"			\
-		 "--enable-libdb"	\
-		 "--disable-libdb"	\
-		 "to enable supernode support"
+optional_depends "gdbm"             \
+   "--enable-libdb"   \
+   "--disable-libdb"  \
+   "to enable supernode support"



More information about the Lunar-commits mailing list