# tiff382/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package is an obsolete [legacy] version of "tiff". It exists to provide binary library files that may be required by some binary executables. It's hidden otherwise. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.85 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.88 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 001.33 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.12 hours (or 007.22 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = See "license.txt" under installed tree ltkludge = yes nosyslinks = yes tmpsize = 11M dontfind = tiff setpaths = tiff382 #--------------------------------------------------------------------- [depends] actools gawk grep jpeg sed tiffcore:strict xorg # Including OpenGL zlib #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=yes \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] DOCDIR=$PKGDIR_PROD/doc LIBDIR=$PKGDIR_PROD/lib XSTDLIB=$PRODTREE/tiff/lib mkdir -p $DOCDIR $LIBDIR cp -p COPYRIGHT $DOCDIR/ rm -fr $PKGDIR_PROD/share/doc/ rmdir $PKGDIR_PROD/share ln -nsf $LIBDIR/libtiff.so.3.8.2 $XSTDLIB/ ln -nsf $LIBDIR/libtiffxx.so.3.8.2 $XSTDLIB/ cd $XSTDLIB ln -nsf libtiff.so.3.8{.2,} ln -nsf libtiff.so.3{.8,} ln -nsf libtiffxx.so.3.8{.2,} ln -nsf libtiffxx.so.3{.8,} #--------------------------------------------------------------------- # 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/tiff url_home = http://www.remotesensing.org/libtiff/ url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ general/libtiff.html url_tarball = ftp://ftp.remotesensing.org/libtiff/\ tiff-3.8.2.tar.gz #--------------------------------------------------------------------- [history]