# Description: library of document-centric objects and utilities building on top of GLib and Gtk+ # URL: http://ftp.gnome.org/pub/gnome/sources/goffice # Maintainer: Ivan Rodionov, jean at mosk ru # Depends on: gtk glib name=goffice version=0.7.0 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/goffice/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr --disable-nls make make DESTDIR=$PKG install }