# lcms/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.72 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.80 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.83 minutes) - Dell Inspiron 1545 00.01 hours (or 000.85 minutes) - 2021 dedi 00.01 hours (or 000.85 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.05 hours (or 002.88 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = See "license.txt" under installed tree nosyslinks = yes setpaths = python2 tmpsize = 19M #--------------------------------------------------------------------- [depends] gawk grep jpeg python:strict python2-core:strict python2-tcltk:strict swig sed tiff zlib #--------------------------------------------------------------------- [configure] PYTOPDIR=$PRODTREE/python2 PYLIBDIR=$PYTOPDIR/lib rm -fr \ $PYLIBDIR/python2.*/site-packages/_lcms.la \ $PYLIBDIR/python2.*/site-packages/_lcms.so \ $PYLIBDIR/python2.*/site-packages/lcms.py* MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-static \ --enable-shared \ --mandir=$MANBASE \ --with-python #--------------------------------------------------------------------- [postbuild] DOCDIR=$PKGDIR_PROD/doc MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $DOCDIR $MANDIR cp -p COPYING $DOCDIR/license.txt cp -p $PKGDIR_SPECIAL/tiffdiff.1.gz $MANDIR/ gzip -d $MANDIR/tiffdiff.1.gz PYTOPDIR=$PRODTREE/python2 PYLIBDIR=$PYTOPDIR/lib strip -g $PYLIBDIR/python2.*/site-packages/_lcms.so #--------------------------------------------------------------------- # 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/lcms url_home = http://www.littlecms.com/ url_tarball = http://downloads.sourceforge.net/\ lcms/lcms-1.19.tar.gz url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ general/lcms.html