# giblib/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. Presently, the source tarball that's used for this package is # ancient (it dates back to 2004). However, as of early 2007, it was # the latest known official version. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.25 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.32 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.32 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 001.08 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default license = See "license.txt" in installed tree setpaths = $PRODTREE/xorg imlib2 tmpsize = 5M #--------------------------------------------------------------------- [depends] actools freetype2 grep imlib2 sed xorg zlib #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE PATH=`pwd`:$PATH cat > imlib2-config << END pkg-config imlib2 \$* END chmod 755 imlib2-config hash imlib2-config autoreconf -fi bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-static \ --enable-shared \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] DOCDIR=$PKGDIR_PROD/doc mkdir -p $DOCDIR cp -p COPYING $DOCDIR/license.txt #--------------------------------------------------------------------- # 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/giblib url_home = n/a # Package is apparently orphaned url_lfs = n/a url_tarball = http://linuxbrit.co.uk/downloads/giblib-1.2.4.tar.gz #--------------------------------------------------------------------- [history] 220109 Fix FTBFS: Remove need for "imlib2-config" #--------------------------------------------------------------------- [about] "giblib" is a small library that provides some wrapper routines de- signed to simplify the use of "imlib2".