# igorlzma/cfg - "Build" settings for package # Revision: 100327 #--------------------------------------------------------------------- [technotes] # 1. This package uses a source tarball that was created locally. The # local version is based on a tarball that was obtained originally # from: # ftp://ftp.slax.org/source/slax/sqlzma/lzma457.tar.bz2 # There's only one significant difference between the original version # and the local version: The original version is structured incorrect- # ly, and the local version is structured correctly. Specifically, the # original version doesn't provide a top-level directory, and the lo- # cal version adds one. # Note: You should be able to obtain both versions of the tarball from # the same place as this "cfg" file. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.13 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.18 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 000.93 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none exepack = yes license = GNU Lesser General Public License, version 2.1 (Feb. 1999) patches = required tmpsize = 4M unpack = relaxed #--------------------------------------------------------------------- [depends] bzip2 sed tar #--------------------------------------------------------------------- [build] cd CPP/7zip/Compress/LZMA_Alone setunix * \ sed -e "s|^CFLAGS *=.*|& -D_FILE_OFFSET_BITS=64|" -i makefile.gcc \ make -f makefile.gcc \ BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR cp -p lzma $BINDIR/igorlzma \ MANDIR=$PKGDIR_PROD/man/man1 SPCMISC=$PKGDIR_SPECIAL/misc MANFILE=$SPCMISC/igorlzma.1 \ mkdir -p $MANDIR cp -p $MANFILE $MANDIR/ #--------------------------------------------------------------------- # 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/lzma url_home = http://www.7-zip.org/sdk.html url_lfs = n/a url_tarball = n/a # See notes near start of this file