wok-next view gnumeric/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
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 }