wok-next view gnumeric/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents d5aab818505e
children
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="devel@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-dev \
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 libcairo gdk-pixbuf glib goffice gtk3 libgsf libxml2 pango zlib \
32 dconf"
33 }