wok annotate goffice/receipt @ rev 24893

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 07 17:00:12 2022 +0000 (2022-04-07)
parents 6831608a1b2a
children 4c101652eb90
rev   line source
pankso@565 1 # SliTaz package receipt.
pankso@565 2
pankso@565 3 PACKAGE="goffice"
Hans-G?nter@22869 4 VERSION="0.10.46"
al@19466 5 CATEGORY="libs"
Hans-G?nter@22869 6 SHORT_DESC="A library of document-centric objects and utilities."
pankso@565 7 MAINTAINER="pankso@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
pascal@24893 9 WEB_SITE="https://gitlab.gnome.org/GNOME/goffice/"
Hans-G?nter@22869 10
samuel_trassare@11785 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
slaxemulator@11160 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
slaxemulator@11160 13
Hans-G?nter@22869 14 DEPENDS="at-spi2 at-spi2-atk atk bzlib cairo dbus fontconfig freetype
Hans-G?nter@22869 15 gdk-pixbuf glib glibc-base gtk+3 harfbuzz libcroco libffi
Hans-G?nter@22869 16 libgio libgsf libpng librsvg libxcb libxml2 libxslt pango pcre
Hans-G?nter@22869 17 pixman util-linux-uuid xorg-libICE xorg-libSM xorg-libX11
Hans-G?nter@22869 18 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage
Hans-G?nter@22869 19 xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXi
Hans-G?nter@22869 20 xorg-libXinerama xorg-libXrandr xorg-libXrender zlib"
Hans-G?nter@22869 21 BUILD_DEPENDS="cairo-dev gtk-doc gtk+3-dev libcroco-dev libgsf-dev
Hans-G?nter@22869 22 librsvg-dev libxslt-dev perl-io-compress"
pankso@565 23
pascal@24111 24 current_version()
pascal@24111 25 {
pascal@24111 26 wget -O - $(dirname $WGET_URL) 2>/dev/null | \
pascal@24111 27 sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
pascal@24111 28 }
pascal@24111 29
pankso@565 30 # Rules to configure and make the package.
pankso@565 31 compile_rules()
pankso@565 32 {
Hans-G?nter@22869 33 ./configure $CONFIGURE_ARGS &&
Hans-G?nter@22869 34 make &&
Hans-G?nter@22869 35 make install
pankso@565 36 }
pankso@565 37
pankso@565 38 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@565 39 genpkg_rules()
pankso@565 40 {
al@19466 41 cook_copy_files *.so* *.xml *.xsl README
pankso@565 42 }