wok-next view gtk-doc/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 4048d48a47c1
children 460e0b6335e2
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gtk-doc"
4 VERSION="1.26"
5 CATEGORY="development"
6 SHORT_DESC="Generate API documentation from comments added to C code"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gtk.org/gtk-doc/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/gtk-doc.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
15 BUILD_DEPENDS="docbook-xml docbook-xsl libxslt python perl itstool gettext"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 genpkg_rules() {
22 copy @std @dev gtk-doc/
23 DEPENDS="docbook-xsl python-six"
24 }
26 post_install() {
27 mkdir -p "$1/usr/share/gtk-doc/html"
28 }