# easylzma/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The following command was used: ocgitfetch --run https://github.com/lloyd/easylzma.git #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.58 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.62 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.03 hours (or 001.55 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none exepack = yes license = Public domain tmpsize = 3M #--------------------------------------------------------------------- [depends] cmake #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR mkdir build cd build cmake .. make mv easylzma-*/bin/* $BINDIR/ cd $BINDIR/ cp -p $PKGDIR_SPECIAL/wrappers/*easy*lzma . chmod 755 easylzma easyunlzma uneasylzma #--------------------------------------------------------------------- # 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 = Not checked yet url_home = http://lloyd.github.com/easylzma/ url_lfs = n/a url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 230224 Replaced 090401 with equivalent 1753f61f6 ("git" hash)