wok view goffice/receipt @ rev 23535

updated python-pyasn1 (0.1.8 -> 0.4.8)
author Hans-G?nter Theisgen
date Mon Apr 06 16:15:12 2020 +0100 (2020-04-06)
parents 5c8d8f2d9d2b
children 6831608a1b2a
line source
1 # SliTaz package receipt.
3 PACKAGE="goffice"
4 VERSION="0.10.46"
5 CATEGORY="libs"
6 SHORT_DESC="A library of document-centric objects and utilities."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://developer.gnome.org/goffice/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 DEPENDS="at-spi2 at-spi2-atk atk bzlib cairo dbus fontconfig freetype
15 gdk-pixbuf glib glibc-base gtk+3 harfbuzz libcroco libffi
16 libgio libgsf libpng librsvg libxcb libxml2 libxslt pango pcre
17 pixman util-linux-uuid xorg-libICE xorg-libSM xorg-libX11
18 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage
19 xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXi
20 xorg-libXinerama xorg-libXrandr xorg-libXrender zlib"
21 BUILD_DEPENDS="cairo-dev gtk-doc gtk+3-dev libcroco-dev libgsf-dev
22 librsvg-dev libxslt-dev perl-io-compress"
24 # Rules to configure and make the package.
25 compile_rules()
26 {
27 ./configure $CONFIGURE_ARGS &&
28 make &&
29 make install
30 }
32 # Rules to gen a SliTaz package suitable for Tazpkg.
33 genpkg_rules()
34 {
35 cook_copy_files *.so* *.xml *.xsl README
36 }