# fortserv/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. "fortserv" is a "fortunes" server package. It includes a client program named "fortclient" that can output "fortunes" in text or HTML format. #--------------------------------------------------------------------- 2. This package includes a few extra features, relative to older "fortunes" implementations. For more information, see the text file "fortserv.txt" provided in the installed tree. #--------------------------------------------------------------------- 3. This package is provided under a Creative Commons license with spe- cific attribution requirements. For details, see the text file men- tioned previously. #--------------------------------------------------------------------- 4. "fortserv" was created locally. Therefore, there's no original URL for the source archive. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM 00.00 hours (or 000.03 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.03 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.03 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] configure = none depends = none exepack = yes kill = sureterm fortserv license = Creative Commons Attribution-NonCommercial-ShareAlike 3.0 tmpsize = 1M #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DATADIR=$PKGDIR_PROD/data DOCDIR=$PKGDIR_PROD/doc mkdir -p $BINDIR $DATADIR $DOCDIR chmod 755 fortclient fortserv cp -p fortclient fortserv $BINDIR/ cp -p fortserv.dat $DATADIR/ cp -p fortserv.txt $DOCDIR/ cd $BINDIR ln -s fortclient fortune #--------------------------------------------------------------------- [setup.boot] killany "(^|:\d\d )fortserv(\s|\z)" 2>&1 /dev/null $PKGDIR_PROD/bin/fortserv #--------------------------------------------------------------------- # 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 = n/a # See "technotes" in "cfg" file url_debian = n/a url_home = n/a url_lfs = n/a