wok-next view gnumeric/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 342b30daff76
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gnumeric"
4 VERSION="1.12.32"
5 CATEGORY="office"
6 SHORT_DESC="Office Spreadsheet application"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="http://www.gnumeric.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="gtk-doc bison goffice-dev gtk3-dev intltool gettext \
15 xorg-dev zlib-dev"
17 compile_rules() {
18 ./configure \
19 --without-perl \
20 --without-python \
21 --without-gda \
22 $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 copy @std
30 find $fs/usr/share/pixmaps -name '*.ico' -delete
31 DEPENDS="atk cairo gdk-pixbuf glib goffice gtk3 libgsf libxml2 pango zlib \
32 dconf"
33 }