wok annotate gtk-doc/receipt @ rev 24005

cdrkit: force catalog sort weight
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 19 09:09:36 2021 +0000 (2021-01-19)
parents e588598708a9
children 6831608a1b2a
rev   line source
pascal@11320 1 # SliTaz package receipt.
pascal@11320 2
pascal@11320 3 PACKAGE="gtk-doc"
Hans-G?nter@22897 4 VERSION="1.32"
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@23193 9 WEB_SITE="https://www.gtk.org/"
Hans-G?nter@22897 10
pascal@11320 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
Hans-G?nter@22897 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/$VERSION/$TARBALL"
pascal@11320 13
pascal@23045 14 DEPENDS="py3k"
Hans-G?nter@22897 15 BUILD_DEPENDS="docbook-xml docbook-xsl itstool libxslt perl py3k"
pascal@11320 16
pascal@11320 17 # Rules to configure and make the package.
pascal@11320 18 compile_rules()
pascal@11320 19 {
Hans-G?nter@22897 20 ./configure \
Hans-G?nter@22897 21 --prefix=/usr \
Hans-G?nter@22897 22 --sysconfdir=/etc \
Hans-G?nter@22897 23 --build=$HOST_SYSTEM \
Hans-G?nter@22897 24 --host=$HOST_SYSTEM &&
pascal@11320 25 make &&
pascal@11320 26 make DESTDIR=$DESTDIR install
pascal@11320 27 }
pascal@11320 28
al@18663 29 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18663 30 genpkg_rules()
pascal@11320 31 {
pascal@15758 32 mkdir -p $fs/usr/share/gtk-doc/html
Hans-G?nter@22897 33 cp -a $install/usr $fs
pascal@11320 34 }