# axel/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run \ https://github.com/axel-download-accelerator/axel.git #--------------------------------------------------------------------- 2. As of Fall 2008, the official version of "axel" didn't preserve timestamps. The Laclin version added a wrapper, still in use as of 2021, that addressed the issue in some, though not all, cases. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.03 minutes) - HP EliteBook 8560w 32GB RAM 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.01 hours (or 000.32 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = GNU General Public License, version 2 (June 1991) nosyslinks = etc tmpsize = 6M #--------------------------------------------------------------------- [depends] actools autoconf-archive cpancore openssl txt2man #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE autoreconf -fi bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-nls \ --disable-Werror \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] cd $PKGDIR_PROD/bin mv axel axel.bin SPCWRAP=$PKGDIR_SPECIAL/wrappers cp -p $SPCWRAP/axel.wrapper axel chmod 755 axel #--------------------------------------------------------------------- # 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 = Not checked yet url_home = http://axel.alioth.debian.org/ url_lfs = n/a url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 210313 Updated from 2.4 to 6046c2a79 ("git" hash)