### this file is sourced not run
PKGVER=0.10.43
PKGBUILD=1
PKGARCH=x86_64

# source: post-BLFS 8.3 2018-12-10
TARBALL=goffice-$PKGVER.tar.xz
MD5SUM=c5827f965a42a55d5e72518ecc9e9d3e
SRC_URL=http://ftp.gnome.org/pub/gnome/sources/goffice/0.10/$TARBALL
BUNDLE=

SLACKREQ='libgsf gtk3 librsvg libxslt'
SLACKDESC="libgoffice: libgoffice $PKGVER (GTK document-centric utility library)  
libgoffice:  
libgoffice: The GOffice package contains a library of GLib/GTK document 
libgoffice: centric objects and utilities. This is useful for performing 
libgoffice: common operations for document centric applications that are 
libgoffice: conceptually simple, but complex to implement fully. Some of the 
libgoffice: operations provided by the GOffice library include support for 
libgoffice: plugins, load/save routines for application documents and 
libgoffice: undo/redo functions.  
libgoffice: 
libgoffice:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/goffice*
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf && 
	pkg_build_slackdesc
}
