# Maintainer: PktSurf app=gnumeric version=1.12.57 build=1sml homepage="http://projects.gnome.org/gnumeric/" download="https://download.gnome.org/sources/gnumeric/1.12/gnumeric-$version.tar.xz" desc="Spreadsheet application for GNOME" requires="perl intltool python3 gobject-introspection goffice " prepbuilddir() { mkandenterbuilddir rm -rf $app-$version tar xf $srcdir/$app-$version.tar.?z* cd $app-$version fixbuilddirpermissions } build() { ./configure \ --prefix=/usr \ --disable-static \ --disable-introspection \ --disable-nls \ --disable-gtk-doc-html make make install DESTDIR=$pkg cp COPYING* $pkgdocs/ mkfinalpkg } sha512sums=" 67886aff17338c41997cb71d2ee8fcac0f3b9dfc4ef1897b50866844e002ba7867f263daa3aadcaa10ba29746795fad0a4f852bdc22cdd4bc41293c952b69e9d gnumeric-1.12.57.tar.xz "