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

Update homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 12:53:17 2018 +0300 (2018-08-10)
parents 757d032c55c7
children d5aab818505e
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="erjo@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=$DESTDIR install
22 }
24 genpkg_rules() {
25 copy @std @dev
26 DEPENDS="libxml2 libxslt python libxml2-python rarian docbook-xml"
27 }