# Description: The GNOME Structured File Library # URL: http://freshmeat.net/projects/libgsf/ # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: glib, zlib, libxml2, bzip2, pkgconfig name=libgsf version=1.14.10 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/1.14/$name-$version.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/usr \ --disable-gtk-doc \ --without-gnome \ --without-bonobo \ --with-bz2 make make DESTDIR=$PKG install rm -rf $PKG/usr/share }