wok-next view gnumeric/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents c0521c689857
children 342b30daff76
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 gtk+3-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="at-spi2-core at-spi2-atk atk bzlib cairo dbus fontconfig freetype \
32 gdk-pixbuf glib glibc-base gtk+3 harfbuzz libcroco libffi libgsf libpng16 \
33 librsvg xorg-libxcb libxml2 libxslt pango pcre xorg-pixman util-linux-uuid \
34 xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite \
35 xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes \
36 xorg-libXi xorg-libXinerama xorg-libXrandr xorg-libXrender zlib dconf"
37 }