wok-current view goffice/receipt @ rev 25728
Merge wok for both arch and few updates
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Dec 05 08:39:45 2024 +0000 (3 weeks ago) |
parents | 5d020be7377b |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="goffice"
4 VERSION="0.10.57"
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://gitlab.gnome.org/GNOME/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 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 libgsf-dev
22 librsvg-dev libxslt-dev perl-io-compress"
23 # libcroco / libcroco-deb (unmaintained)
25 HOST_ARCH="i486 x86_64"
27 current_version()
28 {
29 wget -O - $(dirname $WGET_URL) 2>/dev/null | \
30 sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
31 }
33 # Rules to configure and make the package.
34 compile_rules()
35 {
36 ./configure $CONFIGURE_ARGS &&
37 make &&
38 make install
39 }
41 # Rules to gen a SliTaz package suitable for Tazpkg.
42 genpkg_rules()
43 {
44 cook_copy_files *.so* *.xml *.xsl README
45 }