# wget/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. Most network packages that support secure-protocol operations use # GNU TLS or OpenSSL for this purpose. As of rev. 1.10.2, "wget" sup- # ported OpenSSL, but not GNU TLS. However, rev. 1.11 and above can # use either package. #--------------------------------------------------------------------- # 2. This "cfg" file disables "wget's" "ipv6" support. This is an at- # tempt to fix extremely slow performance by "getaddrinfo". #--------------------------------------------------------------------- [buildtimes] 00.03 hours (or 001.77 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.04 hours (or 002.52 minutes) - HP EliteBook 8560w 32GB RAM 00.04 hours (or 002.55 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.06 hours (or 003.87 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes fortran = disabled license = See "license*.txt" in installed tree licfile = COPYING nls = disabled setpaths = nettle3, util-linux tmpsize = 32M #--------------------------------------------------------------------- [depends] actools flex gawk gettext gnutls3 grep libffi libgcrypt libgmp libgpgme libidn2 libmetalink libpsl libtasn1 libunistring nettle3 openssl p11kit pcre pcre2 perl pkgconf python sed util-linux zlib #--------------------------------------------------------------------- [configure] ETCDIR=$PKGDIR_PROD/etc mkdir -p $ETCDIR bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-debug \ --disable-ipv6 \ --disable-nls \ --sysconfdir=$ETCDIR #--------------------------------------------------------------------- [postbuild] ETCDIR=$PKGDIR_PROD/etc mkdir -p $ETCDIR CA_INPUTX=$PKGDIR_SPECIAL/ca-bundle.crt.gz CA_OUTPUT=$ETCDIR/ca-bundle.crt gzip -d < $CA_INPUTX > $CA_OUTPUT cptime $CA_INPUTX $CA_OUTPUT CF_INPUTX=$PKGDIR_SPECIAL/wgetrc.in CF_OUTPUT=$ETCDIR/wgetrc sed -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ < $CF_INPUTX > $CF_OUTPUT cptime $CF_INPUTX $CF_OUTPUT #--------------------------------------------------------------------- # 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/wget url_home = http://www.gnu.org/software/wget/ url_home_alt = http://wget.sunsite.dk/ url_tarball = https://ftp.gnu.org/gnu/wget/wget-1.24.5.tar.gz url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ basicnet/wget.html #--------------------------------------------------------------------- [history] 170517 Updated from 1.17.1 to 1.19.1 171102 Updated to 1.19.2 180303 Updated to 1.19.4 180902 Updated to 1.19.5 181206 Updated to 1.20 191001 Updated to 1.20.3 210125 Updated to 1.21 220122 Updated to 1.21.2 220227 Updated to 1.21.3 240324 Updated to 1.24.5