# less/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.37 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.40 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.48 minutes) - HP EliteBook 8560w 32GB RAM 00.03 hours (or 001.50 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 3M #--------------------------------------------------------------------- [depends] ncurses termcap #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR cp -p $PKGDIR_SPECIAL/lesspipe.sh $BINDIR/ chmod 755 $BINDIR/lesspipe.sh #--------------------------------------------------------------------- [setup.bash] export LESSOPEN="|lesspipe.sh %s" #--------------------------------------------------------------------- # 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/less url_home = http://www.greenwoodsoftware.com/less/ url_lfs = http://www.linuxfromscratch.org/lfs/view/stable/\ chapter06/less.html url_tarball = http://www.greenwoodsoftware.com/\ less/less-530.tar.gz #--------------------------------------------------------------------- [history] 170502 Updated from 468 to 487 180310 Updated from 487 to 530