# libftgl/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. Building of the "docs" component needs to be suppressed for this package or the disk may be filed with 15 GB of log-file output. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.48 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 001.22 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.04 hours (or 002.52 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] dontfind = imagemagick7 fortran = disabled ldbefore = -lGLU -lGL -lgcc:-lm -lc license = See "license*.txt" in installed tree licfile = COPYING setpaths = $PRODTREE/xorg, imagemagick6 smp = no tmpsize = 43M unpack = relaxed #--------------------------------------------------------------------- [depends] actools bzip2 expat freetype2 gawk graphite2 grep gtk20 imagemagick6 libpng pcre pkgconf sed ttf xorg zlib #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE sed -e 's@^\(SUBDIRS = src test demo\) docs@\1@' -i Makefile.* bash ./autogen.sh bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [build] export ECHO=echo smpmake touch src/.libs/libftgl.lai make install #--------------------------------------------------------------------- [postbuild] INCDIR=$PKGDIR_PROD/include mkdir -p $INCDIR cp -p $PKGDIR_SPECIAL/ftgltop.h $INCDIR/ftgl.h sed -e 's@Version: 2.1.3~rc5@Version: 2.1.3@' \ -i $PKGDIR_PROD/lib/pkgconfig/ftgl.pc #--------------------------------------------------------------------- # 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/ftgl url_home = http://ftgl.wiki.sourceforge.net/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/ftgl/\ ftgl-2.1.3-rc5.tar.bz2 #--------------------------------------------------------------------- [history] 181109 Added Laclin "ttf"-font patch 181111 Added Alpine patch 181111 Modified "build" stage to fix an odd FTBFS 240324 Force "pkgconfig" "Version:" to "2.1.3"