wok diff gnome-doc-utils/receipt @ rev 1445

Add: gnome_doc_utils, gnome-doc-utils?dev.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Oct 02 23:54:20 2008 +0200 (2008-10-02)
parents
children dd8bb4875d43
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gnome-doc-utils/receipt	Thu Oct 02 23:54:20 2008 +0200
     1.3 @@ -0,0 +1,36 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gnome-doc-utils"
     1.7 +VERSION="0.12.2"
     1.8 +CATEGORY="extras"
     1.9 +SHORT_DESC="Documentation  utilities for Gnome"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="libxml2 libxslt python"
    1.12 +BUILD_DEPENDS="libxml2-dev libxslt-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://www.gnome.org/"
    1.15 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gnome-doc-utils/0.12/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure --prefix=/usr \
    1.22 +	 --infodir=/usr/share/info \
    1.23 +	 --disable-scrollkeeper \
    1.24 +	 --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.25 +	make &&
    1.26 +	make DESTDIR=$PWD/_pkg install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	mkdir -p $fs/usr/bin $fs/usr/share/locale
    1.33 +	cp -a $_pkg/usr/bin/gnome-doc-tool $fs/usr/bin
    1.34 +	cp -a $_pkg/usr/bin/xml2po $fs/usr/bin
    1.35 +	cp -a $_pkg/usr/share/xml2po $fs/usr/share
    1.36 +	cp -a $_pkg/usr/share/xml $fs/usr/share
    1.37 +
    1.38 +}
    1.39 +