# Description: low-level core library that forms the basis of GTK+ and GNOME # URL: http://www.gtk.org/ # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: name=glib version=2.16.6 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/glib/${version%.*}/$name-$version.tar.bz2) build () { cd $name-$version ./configure \ --prefix=/usr \ --enable-debug=no make make install DESTDIR=$PKG rm -rf $PKG/usr/share/{gtk-doc,locale} }