# Description: Library with support routines for C such as list, trees, hashes # URL: http://www.gtk.org/ # Maintainer: Hannes Mayer, crux86_64 at ecarux dot de # Depends on: name=glib1 version=1.2.10 release=2 source=(ftp://ftp.gtk.org/pub/gtk/v1.2/glib-$version.tar.gz \ glib-$version.patch) build () { cd glib-$version patch -p1 < $SRC/glib-$version.patch cp /usr/share/libtool/config.guess . cp /usr/share/libtool/config.sub . ./configure --prefix=/usr make make DESTDIR=$PKG install rm -rf $PKG/usr/info }