wok-next view gnumeric/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
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 }