# t1lib/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.55 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.65 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.68 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.03 hours (or 002.08 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] exepack = yes fortran = disabled license = GNU Library General Public License, version 2 (June 1991) tmpsize = 12M #--------------------------------------------------------------------- [depends] actools grep sed xorg #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [build] make without_doc make install rm -fr $PKGDIR_PROD/share/t1lib/doc/ #--------------------------------------------------------------------- # 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/t1lib url_home = ftp://sunsite.unc.edu/pub/Linux/libs/graphics/\ t1lib-5.1.2.lsm url_lfs = n/a url_tarball = ftp://sunsite.unc.edu/pub/Linux/libs/graphics/\ t1lib-5.1.2.tar.gz