# flex/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.42 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.43 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.47 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.03 hours (or 001.68 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING nls = disabled purge = no # This is a critical package #--------------------------------------------------------------------- [depends] gawk:forward grep:forward indent m4 mktemp:forward #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE # Courtesy of BLFS: H="#" sed -e "/math.h/a ${H}include " -i src/flexdef.h bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-static \ --disable-dependency-tracking \ --disable-nls \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] cd $PKGDIR_PROD/bin ln -nsf flex lex #--------------------------------------------------------------------- # 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/flex url_home = http://flex.sourceforge.net/ url_lfs = http://www.linuxfromscratch.org/lfs/view/stable/\ chapter05/flex.html url_tarball = https://github.com/westes/flex/releases/download/\ v2.6.4/flex-2.6.4.tar.gz #--------------------------------------------------------------------- [history] 170501 Updated from 2.5.37 to 2.6.3 170512 Updated from 2.6.3 to 2.6.4