# tcp-wrappers/cfg - "Build" settings for package # Revision: 110805 #--------------------------------------------------------------------- [technotes] # 1. Presently, the source tarball that's used for this package is # ancient (it dates back to 1997). However, as of 2007, it was the # latest known official version (and possibly the final version). #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.13 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.17 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.28 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.50 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none license = See "license.txt" under installed tree patches = required tmpsize = 1M #--------------------------------------------------------------------- [depends] finger:strict #--------------------------------------------------------------------- [build] P=FINGER_PROGRAM B=$PRODTREE/finger/bin/finger.bin sed -e "s|^#define.*$P.*\"finger\"|#define $P \"$B\"|" \ -i safe_finger.c \ make REAL_DAEMON_DIR=/usr/sbin STYLE=-DPROCESS_OPTIONS linux \ DOCDIR=$PKGDIR_PROD/doc ETCDIR=$PKGDIR_PROD/etc INCDIR=$PKGDIR_PROD/include LIBDIR=$PKGDIR_PROD/lib MAN3DIR=$PKGDIR_PROD/man/man3 MAN5DIR=$PKGDIR_PROD/man/man5 MAN8DIR=$PKGDIR_PROD/man/man8 SBINDIR=$PKGDIR_PROD/sbin \ mkdir -p $DOCDIR $ETCDIR $INCDIR $LIBDIR $SBINDIR mkdir -p $MAN3DIR $MAN5DIR $MAN8DIR \ cp -p libwrap.a $LIBDIR/ cp -p shared/libwrap.so* $LIBDIR/ cp -p tcpd.h $INCDIR/ cp -p *.3 $MAN3DIR/ cp -p *.5 $MAN5DIR/ \ cp -p safe_finger tcpd tcpdchk tcpdmatch try-from $SBINDIR/ cp -p DISCLAIMER $DOCDIR/license.txt cp -p $PKGDIR_MASTER/special/hosts.{allow,deny} $ETCDIR/ \ cd $SBINDIR ln -sf safe_finger finger rm -f $PRODTREE/finger/*bin/finger #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = http://packages.debian.org/unstable/source/\ tcp-wrappers url_debian_pool = http://ftp.debian.org/debian/pool/main/t/\ tcp-wrappers/ url_home = n/a url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ basicnet/tcpwrappers.html url_tarball = ftp://ftp.porcupine.org/pub/security/\ tcp_wrappers_7.6.tar.gz