# fntsample/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.08 minutes) - Dell Inspiron 1545 00.00 hours (or 000.10 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.10 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.20 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.23 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes ldbefore = -lgobject-2.0 -lglib-2.0 license = GNU General Public License, version 3 (June 2007) tmpsize = 1M #--------------------------------------------------------------------- [depends] actools cairo expat freetype2 gawk gtkcore libpng pkgconf xorg #--------------------------------------------------------------------- [configure] DATADIR=$PKGDIR_PROD/data DOCDIR=$PKGDIR_PROD/doc MANBASE=$PKGDIR_PROD/man/man1 mkdir -p $DATADIR $DOCDIR $MANBASE BLOCKS_FILE=$DATADIR/Blocks.txt cp -p $PKGDIR_SPECIAL/Blocks.txt \ $BLOCKS_FILE bash ./configure \ --prefix=$PKGDIR_PROD \ --disable-dependency-tracking \ --docdir=$DOCDIR \ --mandir=$MANBASE \ --with-unicode-blocks=$BLOCKS_FILE sed -e "s|POSUB *=.*|POSUB=|" \ -e "s|SUBDIRS *=.*|SUBDIRS=|" \ -i Makefile #--------------------------------------------------------------------- # 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 = tbd url_home = http://sourceforge.net/projects/fntsample/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/\ fntsample/fntsample-3.2.tar.gz