
Receipt for package "gtk-doc"
# SliTaz package receipt. PACKAGE="gtk-doc" VERSION="1.32" CATEGORY="development" SHORT_DESC="Generate API documentation from comments added to C code." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" WEB_SITE="https://www.gtk.org/" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$GNOME_MIRROR/$PACKAGE/$VERSION/$TARBALL" DEPENDS="py3k" BUILD_DEPENDS="docbook-xml docbook-xsl itstool libxslt perl py3k" current_version() { wget -O - $(dirname $WGET_URL) 2>/dev/null | \ sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --build=$HOST_SYSTEM \ --host=$HOST_SYSTEM && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/gtk-doc/html cp -a $install/usr $fs }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)