wok annotate gtk-doc/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 7b22c3192723
children a78610b2eb47
rev   line source
pascal@11320 1 # SliTaz package receipt.
pascal@11320 2
pascal@11320 3 PACKAGE="gtk-doc"
pascal@11320 4 VERSION="1.18"
pascal@11320 5 CATEGORY="development"
pascal@11320 6 SHORT_DESC="Generate API documentation from comments added to C code."
pascal@11320 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15589 8 LICENSE="GPL3"
pascal@11320 9 TARBALL="$PACKAGE-$VERSION.tar.xz"
pascal@11320 10 WEB_SITE="http://www.gtk.org/gtk-doc/"
pascal@11320 11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
pascal@11320 12
pascal@11320 13 BUILD_DEPENDS="docbook-xml docbook-xsl libxslt python perl"
pascal@11320 14
pascal@11320 15 # Rules to configure and make the package.
pascal@11320 16 compile_rules()
pascal@11320 17 {
pascal@11320 18 ./configure \
pascal@11320 19 --prefix=/usr \
pascal@11320 20 --sysconfdir=/etc \
pascal@11320 21 --build=$HOST_SYSTEM --host=$HOST_SYSTEM &&
pascal@11320 22 make &&
pascal@11320 23 make DESTDIR=$DESTDIR install
pascal@11320 24 }
pascal@11320 25
al@18663 26 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18663 27 genpkg_rules()
pascal@11320 28 {
pascal@15589 29 cp -a $install/usr $fs
pascal@15758 30 mkdir -p $fs/usr/share/gtk-doc/html
pascal@11320 31 }