wok 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 6a5b3d561536
children 642e444ddcaa
files gnome-doc-utils-dev/receipt gnome-doc-utils/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gnome-doc-utils-dev/receipt	Thu Oct 02 23:54:20 2008 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gnome-doc-utils-dev"
     1.7 +VERSION="0.12.2"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Gnome Documentation utilities dev files."
    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 +WANTED="gnome-doc-utils"
    1.15 +WEB_SITE="http://www.gnome.org/"
    1.16 +
    1.17 +
    1.18 +
    1.19 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 +genpkg_rules()
    1.21 +{
    1.22 +	mkdir -p $fs/usr/bin \
    1.23 +		$fs/usr/lib
    1.24 +
    1.25 +	cp -a $_pkg/usr/bin/gnome-doc-prepare $fs/usr/bin
    1.26 +	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.27 +	cp -a $_pkg/usr/share/omf $fs/usr/share
    1.28 +	cp -a $_pkg/usr/share/gnome $fs/usr/share
    1.29 +	cp -a $_pkg/usr/lib $fs/usr
    1.30 +}
    1.31 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/gnome-doc-utils/receipt	Thu Oct 02 23:54:20 2008 +0200
     2.3 @@ -0,0 +1,36 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="gnome-doc-utils"
     2.7 +VERSION="0.12.2"
     2.8 +CATEGORY="extras"
     2.9 +SHORT_DESC="Documentation  utilities for Gnome"
    2.10 +MAINTAINER="erjo@slitaz.org"
    2.11 +DEPENDS="libxml2 libxslt python"
    2.12 +BUILD_DEPENDS="libxml2-dev libxslt-dev"
    2.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.14 +WEB_SITE="http://www.gnome.org/"
    2.15 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gnome-doc-utils/0.12/$TARBALL"
    2.16 +
    2.17 +# Rules to configure and make the package.
    2.18 +compile_rules()
    2.19 +{
    2.20 +	cd $src
    2.21 +	./configure --prefix=/usr \
    2.22 +	 --infodir=/usr/share/info \
    2.23 +	 --disable-scrollkeeper \
    2.24 +	 --mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.25 +	make &&
    2.26 +	make DESTDIR=$PWD/_pkg install
    2.27 +}
    2.28 +
    2.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.30 +genpkg_rules()
    2.31 +{
    2.32 +	mkdir -p $fs/usr/bin $fs/usr/share/locale
    2.33 +	cp -a $_pkg/usr/bin/gnome-doc-tool $fs/usr/bin
    2.34 +	cp -a $_pkg/usr/bin/xml2po $fs/usr/bin
    2.35 +	cp -a $_pkg/usr/share/xml2po $fs/usr/share
    2.36 +	cp -a $_pkg/usr/share/xml $fs/usr/share
    2.37 +
    2.38 +}
    2.39 +