smlinux/gtk/goffice/goffice.SMBuild

35 lines
855 B
Text
Executable file

APP=goffice
VERSION=0.10.46
BUILD=1sml
HOMEPAGE="https://git.gnome.org/browse/goffice"
DOWNLOAD="https://gitlab.gnome.org/GNOME/goffice/-/archive/GOFFICE_0_10_46/goffice-GOFFICE_0_10_46.tar.bz2"
DESC="A GLib/GTK+ set of document-centric objects and charting library"
REQUIRES="intltool libxslt libgsf gtk3"
build() {
mkandenterbuilddir
rm -rf $APP-$VERSION
tar xf $SRCDIR/$APP-$VERSION.tar.?z*
cd $APP-$VERSION
fixbuilddirpermissions
./configure \
--prefix="" \
--sysconfdir=/etc \
for i in po ; do
printf 'all:\n\ttrue\ninstall:\n\ttrue\nclean:\n\ttrue\n' > "$i"/Makefile
done
make
make install DESTDIR=$PKG
cp COPYING* $PKGDOCS/
mkfinalpkg
}
SHA512SUMS="
2d06889fd8e432d7266de1b17eb0dc7a44911bbea013bcb1eeffa5c4f8ea43421c1c61e6bb8a6dec7dea7fb7fa410d0de0d13a14d5468e911a55d7909fd68f8b goffice-0.10.46.tar.lz
"