wok-undigest rev 561

Move to wok: gtk-doc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 17 11:02:15 2011 +0100 (2011-11-17)
parents 970213efacb1
children fa324c19e227
files gtk-doc/receipt
line diff
     1.1 --- a/gtk-doc/receipt	Thu Nov 17 10:46:10 2011 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,32 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="gtk-doc"
     1.7 -VERSION="1.18"
     1.8 -CATEGORY="development"
     1.9 -SHORT_DESC="Generate API documentation from comments added to C code."
    1.10 -MAINTAINER="pascal.bellard@slitaz.org"
    1.11 -TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.12 -WEB_SITE="http://www.gtk.org/gtk-doc/"
    1.13 -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
    1.14 -#http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.18/gtk-doc-1.18.tar.xz
    1.15 -
    1.16 -BUILD_DEPENDS="docbook-xml docbook-xsl libxslt python perl"
    1.17 -
    1.18 -# Rules to configure and make the package.
    1.19 -compile_rules()
    1.20 -{
    1.21 -	cd $src
    1.22 -
    1.23 -	./configure \
    1.24 -		--prefix=/usr \
    1.25 -		--sysconfdir=/etc \
    1.26 -		--build=$HOST_SYSTEM --host=$HOST_SYSTEM &&
    1.27 -	make &&
    1.28 -	make DESTDIR=$DESTDIR install
    1.29 -}
    1.30 -
    1.31 -# Rules to gen a SliTaz package suitable for Tazpkg.   
    1.32 -genpkg_rules()                                      
    1.33 -{
    1.34 -	cp -a $_pkg/usr $fs
    1.35 -}