wok view gtk-doc/receipt @ rev 14095

emacs-po-mode: fix bdeps
author Dominique Corbex <domcox@slitaz.org>
date Fri Feb 22 23:05:07 2013 +0100 (2013-02-22)
parents
children d1c17bd2c2bc
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk-doc"
4 VERSION="1.18"
5 CATEGORY="development"
6 SHORT_DESC="Generate API documentation from comments added to C code."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.xz"
9 WEB_SITE="http://www.gtk.org/gtk-doc/"
10 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
11 #http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.18/gtk-doc-1.18.tar.xz
13 BUILD_DEPENDS="docbook-xml docbook-xsl libxslt python perl"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
20 ./configure \
21 --prefix=/usr \
22 --sysconfdir=/etc \
23 --build=$HOST_SYSTEM --host=$HOST_SYSTEM &&
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $_pkg/usr $fs
32 }