# libglade2/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. "libglade2" release 2.5.1 is apparently unstable, but other pack- # ages require this release (or a newer one). # Update (August 2008): We've moved from release 2.5.1 to release # 2.6.3. Hopefully, release 2.6.3 is stable. #--------------------------------------------------------------------- # 2. As of release 2.5.1, this package uses "python", but doesn't in- # stall anything in the system's "python" tree. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.28 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.32 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.37 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 001.08 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default fortran = disabled license = See "license*.txt" in installed tree licfile = COPYING nls = disabled tmpsize = 4M #--------------------------------------------------------------------- [depends] actools gtkcore libxml2 python #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE 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/{gtk-doc,locale} LIBEXTDIR=$PKGDIR_PROD/lib/libglade/2.0 mkdir -p $LIBEXTDIR cd $LIBEXTDIR for x in $PRODTREE/*/lib/libglade/2.0/[a-z0-9][a-z0-9]*.{la,so} do if [ -f $x ]; then if [ ! -L $x ]; then ln -nsf $x . || exit 1 fi fi done #--------------------------------------------------------------------- # 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/libglade2 url_debian_pool = http://ftp.debian.org/debian/pool/main/libg/\ libglade2/ url_home = http://developer.gnome.org/doc/API/libglade/\ libglade.html url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ general/libglade.html url_tarball = https://ftp.gnome.org/pub/gnome/sources/libglade/\ 2.6/libglade-2.6.4.tar.bz2