# finger/cfg - "Build" settings for package # Revision: 100328 #--------------------------------------------------------------------- [technotes] # 1. This package installs a low-level "finger" client executable nam- # ed "finger.bin". The "finger" command itself is a safe wrapper # that's installed at a later point (as part of the "tcp-wrappers" # package). #--------------------------------------------------------------------- # 2. Presently, the source tarball that's used for this package is # ancient (it dates back to 2000). However, as of early 2007, it was # the latest known official version (and apparently the final ver- # sion). #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.05 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.07 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.07 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.22 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = default depends = none exepack = yes license = See "license.txt" under installed tree patches = required revision = 0.17 tmpsize = 1M #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc MAN1DIR=$PKGDIR_PROD/man/man1 MAN8DIR=$PKGDIR_PROD/man/man8 SBINDIR=$PKGDIR_PROD/sbin mkdir -p $BINDIR $DOCDIR $MAN1DIR $MAN8DIR $SBINDIR && \ make make install \ cp -p $PKGDIR_SPECIAL/license.txt $DOCDIR/ cd $BINDIR mv finger finger.bin cp -p $PKGDIR_SPECIAL/finger.stub finger chmod 755 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/\ bsd-finger url_debian_pool = http://ftp.debian.org/debian/pool/main/b/\ bsd-finger/ url_home = n/a url_lfs = n/a url_tarball = http://www.ibiblio.org/pub/Linux/system/network/\ finger/bsd-finger-0.17.tar.gz