# liblzo/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. As of mid-2011, there are two "liblzo" series: 1.X and 2.X. This # package installs "liblzo" series 1.X. #--------------------------------------------------------------------- # 2. The source tarball that's used for the "liblzo" package (i.e., # the series 1.X package) is ancient (it dates back to 2002). Note: # The tarball in question is probably the final entry in the 1.X ser- # ies. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.72 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.72 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.90 minutes) - HP EliteBook 8560w 32GB RAM 00.05 hours (or 002.92 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default forcepic = yes license = GNU General Public License, version 2 (June 1991) nosyslinks = yes tmpsize = 7M unpack = relaxed #--------------------------------------------------------------------- [depends] actools gawk grep nasm2 sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE patch -p1 < debian/patches/10_configure-in.patch patch -p1 < debian/patches/99_autoconf+libtool.patch bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --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/lzo url_home = http://www.oberhumer.com/opensource/lzo/ url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ general/LZO.html url_tarball = http://www.oberhumer.com/opensource/\ lzo/download/lzo-1.08.tar.gz