wok-current annotate gtk-doc/receipt @ rev 23149
syslinux/taziso: ntfs support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 15 15:33:30 2020 +0100 (2020-03-15) |
parents | f6ef901980a5 |
children | b10d41313e54 |
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" |
Hans-G?nter@22897 | 9 WEB_SITE="https://www.gtk.org/gtk-doc/" |
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 } |