# sl/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. Presently, the source tarball that's used for this package is # ancient (it dates back to 1998). However, the 1998 tarball is ap- # parently the final version. The odds are that it won't be updat- # ed. #--------------------------------------------------------------------- # 2. The original source-code archive was an uncompressed tarball. # This distro's copy has been gzipped. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.02 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.03 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.05 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none depends = none exepack = yes license = See "license.txt" under installed tree patches = required revision = 19980722 tmpsize = 1M #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $DOCDIR $MANDIR cc -Wall -O -o sl sl.c -lncurses -ltermcap || exit 1 cp -p sl $BINDIR/ || exit 1 cp -p $PKGDIR_SPECIAL/license.txt $DOCDIR/ || exit 1 cp -p $PKGDIR_SPECIAL/sl.1 $MANDIR/ || exit 1 #--------------------------------------------------------------------- # 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_archive = http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/sl/sl.tar url_debian = http://packages.debian.org/unstable/source/sl url_home = http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/ url_lfs = n/a