wok annotate gtk-doc/receipt @ rev 22759

updated libmagic, libmagic-dev and python-magic (5.36 -> 5.38)
author Hans-G?nter Theisgen
date Fri Jan 24 16:51:24 2020 +0100 (2020-01-24)
parents 124c3a7da04f
children f6ef901980a5
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@20669 10 WEB_SITE="https://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 }