# aget/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. "aget" is an ancient "http"-only CLI download tool. It dates back to 2003 and doesn't support "https". This distro provides a forked and highly-patched version that contin- ues to work because, why not. #--------------------------------------------------------------------- 2. The original source tarball for "aget" was obtained from: http://www.enderunix.org/aget/aget-0.4.tar.gz However, the sources have been highly patched, as noted, and the up- stream URL is no longer relevant. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.05 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.05 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.05 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.13 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none depends = none exepack = yes license = See "license.txt" under installed tree tmpsize = 1M #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $DOCDIR $MANDIR make cp -p aget $BINDIR/ cp -p COPYING $DOCDIR/license.txt cp -p aget.1 $MANDIR/ #--------------------------------------------------------------------- # 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 = n/a url_home = http://www.enderunix.org/aget/ url_lfs = n/a url_tarball = n/a # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 210204 Fix FTBFS with "gcc" 10 210204 Fork upstream