# libbkisofs/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. Presently, the "libbkisofs" and "isomaster" packages use the same # source tarball. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.07 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.07 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.07 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.18 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] archive = same as for isomaster configure = none depends = none license = GNU General Public License, version 2 (June 1991) tmpsize = 1M unpack = relaxed #--------------------------------------------------------------------- [build] INCDIR=$PKGDIR_PROD/include/bkisofs LIBDIR=$PKGDIR_PROD/lib mkdir -p $INCDIR $LIBDIR rm -fr *.c *.h *.TXT Makefile icons iniparser-2.* po cd bk make mv bk.a $LIBDIR/libbkisofs.a for x in *.h do sed \ -e "s|^#include \"bk\.h\"|#include |" \ -e "s|^#include \"bkError\.h\"|#include |" \ -e "s|^#include \"bkInternal\.h\"|#include |" \ -i $x done mv *.h $INCDIR/ #--------------------------------------------------------------------- # 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 = n/a url_home = http://littlesvr.ca/isomaster/ url_lfs = n/a url_tarball = same as for "isomaster"