#Maintainer: richard lapointe pkgname=goffice0.8 pkgver=0.8.17 pkgrel=1rl source=(http://ftp.gnome.org/pub/GNOME/sources/goffice/0.8/goffice-0.8.17.tar.xz \ go-conf-gsettings.c) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers" "bugs") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "GOffice 0.8 (document utilities)" "GOffice is a glib/gtk set of document centric objects and utilities." ) build() { cd $startdir/src/goffice-$pkgver ./configure \ --prefix=/usr \ --program-suffix="0.8" \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --with-config-backend=gsettings \ --build=$ARCH-slackware-linux # https://mail.gnome.org/archives/commits-list/2011-November/msg05571.html cp $startdir/go-conf-gsettings.c goffice/app/ make make install-strip DESTDIR=$PKG }