# libg3d/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.02 hours (or 001.07 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 001.23 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 001.45 minutes) - HP EliteBook 8560w 32GB RAM 00.19 hours (or 011.37 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default fortran = disabled license = GNU Lesser General Public License, version 2.1 nls = disabled tmpsize = 10M #--------------------------------------------------------------------- [depends] actools flex gawk grep gtkcore libxml2 pkgconf sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE \ tar zxf $PKGDIR_SPECIAL/*debian.tar.gz \ for x in \ endless-seek \ fix-memory-leaks \ load-so-modules do patch -p1 < debian/patches/$x.patch || exit 1 done \ bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-gtk-doc \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] rm -fr $PKGDIR_PROD/share #--------------------------------------------------------------------- # 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/libg3d url_debian_pool = http://ftp.de.debian.org/debian/pool/main/libg/\ libg3d/ url_home = http://automagically.de/?g3dviewer url_lfs = n/a url_tarball = http://automagically.de/files/libg3d-0.0.8.tar.gz