# gawk/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This version of "gawk" disables the installation of an "awk" sym- link. IOW "gawk" doesn't replace AT&T "awk" and both are resident in the distro. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.50 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.65 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.87 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.11 hours (or 006.87 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING master = glibc nls = disabled purge = no # Needed to build itself universal = yes #--------------------------------------------------------------------- [depends] bison3 grep:forward mktemp:forward #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE sed -e 's/^maybe_os=.*/maybe_os=linux-gnu/' \ -i config.sub bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-nls \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] rm -fr $PKGDIR_PROD/bin/awk rm -fr $PKGDIR_PROD/info #--------------------------------------------------------------------- # 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/gawk url_home = http://www.gnu.org/software/gawk/ url_lfs = http://www.linuxfromscratch.org/lfs/view/stable/\ chapter05/gawk.html url_tarball = http://ftp.gnu.org/gnu/gawk/gawk-3.1.8.tar.bz2 #--------------------------------------------------------------------- [history] 210222 Don't replace AT&T "awk"