# liboil/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. If "glib20" is available, and "--disable-glib" isn't specified, # "liboil" will use "glib20" to build some examples. However, "liboil" # doesn't seem to require "glib20" for normal operations. Therefore, # this "build" configuration specifies "--disable-glib" and omits # "glib20" from the dependency list. This allows us to build "liboil" # at an earlier point. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.60 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 000.92 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.03 hours (or 001.52 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.07 hours (or 003.92 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 16M uscheck = C210611, R200204, stopped #--------------------------------------------------------------------- [depends] actools gawk grep pkgconf sed #--------------------------------------------------------------------- [configure] DOCDIR=$PKGDIR_PROD/doc MANBASE=$PKGDIR_PROD/man mkdir -p $DOCDIR $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-glib \ --disable-gtk-doc \ --docdir=$DOCDIR \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] SHADIR=$PKGDIR_PROD/share rm -fr $SHADIR/gtk-doc (rmdir $SHADIR 2> /dev/null || true) #--------------------------------------------------------------------- # 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/liboil url_home = http://liboil.freedesktop.org/download/ url_lfs = n/a url_tarball = http://liboil.freedesktop.org/download/\ liboil-0.3.17.tar.gz