# Description: The GNOME Structured File Library # URL: http://freshmeat.net/projects/libgsf/ # Maintainer: Matt Housh, jaeger at morpheus dot net # Depends on: glib, zlib, libxml2, libbonobo, gnome-vfs, bzip2, pkg-config # Group: gnome name=libgsf version=1.14.7 release=1 source=(http://download.gnome.org/sources/$name/1.14/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ --disable-gtk-doc \ --with-gnome \ --with-bz2 make make DESTDIR=$PKG install rm -rf $PKG/usr/share }