# liblzo2/cfg - "Build" settings for package #--------------------------------------------------------------------- [about] 1. Based on CLFS: "liblzo2" is a data compression library which is suitable for data de- /compression in real-time. This means it favours speed over compres- sion ratio. It's written in ANSI C. Both the source code and the com- pressed data format are designed to be portable across platforms. The library supports overlapping compression and in-place decompression. #--------------------------------------------------------------------- [technotes] 1. As of mid-2011, there are two "liblzo" series: 1.X and 2.X. This package installs "liblzo" series 2.X. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.77 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.77 minutes) - ThinkPad E540 i7 4x2 16GB RAM # Using "clang": 00.01 hours (or 000.62 minutes) - HP EliteBook 8560w 32GB RAM # Using "gcc" (not directly comparable to above): 00.01 hours (or 000.78 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.78 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 001.12 minutes) - HP EliteBook 8560w 32GB RAM 00.05 hours (or 002.97 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default fortran = disabled license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 6M unpack = relaxed #--------------------------------------------------------------------- [depends] actools gawk grep nasm2 sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE 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/lzo2 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-2.10.tar.gz #--------------------------------------------------------------------- [history] 170503 Updated from 2.09 to 2.10