[Lunar-commits] CVS: moonbase/ftp/gift BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1 POST_INSTALL, NONE, 1.1

Jens Luedicke perldude at lunar-linux.org
Sun Aug 1 11:24:09 GMT 2004


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

Added Files:
	BUILD DEPENDS DETAILS POST_INSTALL 
Log Message:
giFT



--- NEW FILE: BUILD ---
(

  ./configure  --build=$BUILD            \
               --prefix=/usr             \
               --enable-gnutella             \
               --sysconfdir=/etc         \
               --localstatedir=/var      \
               --infodir=/usr/share/info \
               --mandir=/usr/share/man   \
               $OPTS                     &&

  make                                   &&
  prepare_install                        &&
  make install

) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
conflicts gift-cvs	&&
conflicts giftgnutella-cvs &&
conflicts giftopenft-cvs &&
conflicts giftfast-cvs &&

depends autoconf	&&
depends automake	&&
depends pkgconfig	&&
depends libtool		&&

optional_depends "libvorbis"		\
		 "--enable-libvorbis"	\
		 "--disable-libvorbis"	\
		 "to enable Vorbis support" &&

optional_depends "ImageMagick"		\
		 "--enable-imagemagick"	\
		 "--disable-imagemagick" \
		 "to enable ImageMagick support" &&

optional_depends "gdbm"			\
		 "--enable-libdb"	\
		 "--disable-libdb"	\
		 "to enable supernode support"

--- NEW FILE: DETAILS ---
          MODULE=gift
         VERSION=0.11.6
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=$SFORGE_URL/gift/$SOURCE
      SOURCE_VFY=md5:614c7dc355c65522424b649684fde8be
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
        WEB_SITE=http://gift.sf.net
         ENTERED=20040801
         UPDATED=20040801
           SHORT="giFT is a modular filesharing daemon"
cat << EOF
What is giFT, you ask? giFT is a modular daemon capable of abstracting the communication between the end user and specific filesharing protocols (peer-to-peer or otherwise). The giFT project differs from many other similar projects in that it is a distribution of a standalone (platform-independent) daemon, a library for client/frontend development, and our own homegrown network OpenFT.
EOF


--- NEW FILE: POST_INSTALL ---
echo "Please run giFT-setup as an ordinairy user in order" &&
echo "to setup the giFT daemon if you are installing giFT" &&
echo "for the very first time" &&
sleep 4



More information about the Lunar-commits mailing list