# glib12/cfg - "Build" settings for package # Revision: 110813 #--------------------------------------------------------------------- [technotes] # 1. Presently, the source tarball that's used for "glib" series 1 is # ancient (it dates back to 2001). However, as of 2007, it was the # latest known official version (and probably the final version). #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.43 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.01 hours (or 000.45 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.45 minutes) - HP Pavilion dv8 8GB RAM 00.01 hours (or 000.47 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.53 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 001.05 minutes) - Toshiba Satellite C655 E-300 CPU 4GB RAM #--------------------------------------------------------------------- [settings] build = default cppstd = c99 license = GNU Lesser General Public License, version 2.1 (Feb. 1999) proddir = $PRODTREE/gtk12 purge = yes shareddir = yes tmpsize = 5M #--------------------------------------------------------------------- [depends] actools texinfo # For "makeinfo" #--------------------------------------------------------------------- [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 #--------------------------------------------------------------------- [postbuild] ln -s $PKGDIR_PROD/lib/glib/include/glibconfig.h \ $PKGDIR_PROD/include/glib-1.2/ #--------------------------------------------------------------------- # 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/glib1.2 url_home = http://www.gtk.org/ url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ general/glib.html url_tarball = ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz # Alternate location for tarball: # http://ftp.gnome.org/pub/gnome/sources/glib/1.2/\ # glib-1.2.10.tar.gz #--------------------------------------------------------------------- [history] 170505 Fixed builds with newer compilers