wok-next view gnome-doc-utils/receipt @ rev 21329

updated librsvg (2.44.10 -> 2.46.4)
author Hans-G?nter Theisgen
date Thu Dec 12 15:48:44 2019 +0100 (2019-12-12)
parents a3c581bf52b8
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gnome-doc-utils"
4 VERSION="0.20.10"
5 CATEGORY="development"
6 SHORT_DESC="Documentation utilities for GNOME"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="https://www.gnome.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="libxml2-dev libxslt-dev rarian-dev libxml2-python intltool"
16 compile_rules() {
17 ./configure \
18 --disable-scrollkeeper \
19 $CONFIGURE_ARGS &&
20 make -j1 &&
21 make -j1 DESTDIR=$install install
22 }
24 genpkg_rules() {
25 copy @std @dev
26 DEPENDS="libxml2 libxslt python libxml2-python rarian docbook-xml"
27 }