wok rev 9350

Add docbook-xml-43.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Mar 19 21:01:51 2011 +0000 (2011-03-19)
parents a006b17dd158
children 07ec7f4f4267
files docbook-xml-43/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docbook-xml-43/receipt	Sat Mar 19 21:01:51 2011 +0000
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="docbook-xml-43"
     1.7 +VERSION="4.3"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="A widely used XML scheme for writing documentation and help. (version 4.3)"
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +DEPENDS="libxml2-tools libxml2"
    1.12 +SOURCE="docbook-xml"
    1.13 +TARBALL="${SOURCE}-${VERSION}.zip"
    1.14 +WEB_SITE="http://www.oasis-open.org/docbook/"
    1.15 +WGET_URL="http://www.docbook.org/xml/$VERSION/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	mkdir -p $DESTDIR/usr/share/xml/docbook/xml-dtd-${VERSION}
    1.22 +	cp -dRf docbook.cat *.dtd ent/ *.mod \
    1.23 +		$DESTDIR/usr/share/xml/docbook/xml-dtd-${VERSION}
    1.24 +
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs
    1.31 +	cp -a $_pkg/usr $fs
    1.32 +}
    1.33 +