# Description: A glib/gtk set of document centric objects and utilities # URL: http://ftp.gnome.org/pub/GNOME/sources/goffice/ # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: gtk3 libgsf librsvg libxslt xorg-libxcomposite xorg-libxcursor xorg-libxinerama name=goffice version=0.10.59 release=2 source=(https://download.gnome.org/sources/goffice/${version%.*}/goffice-$version.tar.xz) build() { cd goffice-$version ./configure \ --prefix=/usr \ --disable-nls make make install DESTDIR=$PKG rm -rf $PKG/usr/share/{gtk-doc,locale} rm -f $PKG/{,usr/}lib/*.la find $PKG/ -name "*README*" -delete }