# cpio/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The "--libexec" switch used in this package's configure block was suggested by BLFS. This switch prevents the creation of a permanent copy of "rmt". #--------------------------------------------------------------------- [buildtimes] 00.03 hours (or 001.57 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.03 hours (or 001.67 minutes) - HP EliteBook 8560w 32GB RAM 00.03 hours (or 001.95 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.12 hours (or 007.10 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 #--------------------------------------------------------------------- [depends] actools coreutils gawk grep mktemp #--------------------------------------------------------------------- [configure] BINDIR=$PKGDIR_PROD/bin MANBASE=$PKGDIR_PROD/man mkdir -p $BINDIR $MANBASE touch autopoint chmod 755 autopoint PATH=`pwd`:$PATH autoreconf -fi bash ./configure \ CPIO_MT_PROG=mt \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --bindir=$BINDIR \ --disable-dependency-tracking \ --disable-nls \ --libexecdir=/tmp \ --mandir=$MANBASE #--------------------------------------------------------------------- # 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/cpio url_home = http://www.gnu.org/software/cpio/ url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ general/cpio.html url_tarball = http://ftp.gnu.org/gnu/cpio/cpio-2.13.tar.bz2 #--------------------------------------------------------------------- [history] 210204 Updated from 2.12 to 2.13