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

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents d43bf7aae921
children a3c581bf52b8
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="http://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 }