# dcraw/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. As of August 2006, the author of "dcraw" provided source code, # but no source tarball or ZIP file. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.17 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.18 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.20 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 001.05 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none dontfind = lcms exepack = yes license = GNU General Public License, version 2, June 1991 patches = required tmpsize = 1M unpack = none setpaths = lcms2, jasper #--------------------------------------------------------------------- [depends] jasper jpeg lcms2 #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $MANDIR gcc -o dcraw -O4 $PKGDIR_SPECIAL/dcraw.c \ -lm -ljasper -ljpeg -llcms2 mv dcraw $BINDIR/ #--------------------------------------------------------------------- # 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/dcraw url_home = http://www.cybercom.net/~dcoffin/dcraw/ url_lfs = n/a url_tarball = n/a # See notes at start of file