#Maintainer: George Vlahavas pkgname=goffice pkgver=0.10.9 pkgrel=1rl source=(http://ftp.gnome.org/pub/GNOME/sources/goffice/0.10/$pkgname-$pkgver.tar.xz) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers" "bugs") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "goffice (Gnome Office Library)" "goffice is a library of document-centric objects and utilities used" "by Gnome Office." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --disable-gtk-doc --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg rm -rf $startdir/pkg/usr/share/gtk-doc }