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

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }