wok-current view docbook-xml-412/receipt @ rev 22252
updated xorg-xcursorgen (1.0.4 -> 1.0.7)
| author | Hans-Günter Theisgen | 
|---|---|
| date | Tue Nov 12 16:57:22 2019 +0100 (2019-11-12) | 
| parents | e820af06df00 | 
| children | 52649f27a0da | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="docbook-xml-412"
     4 VERSION="4.1.2"
     5 CATEGORY="development"
     6 SHORT_DESC="A widely used XML scheme for writing documentation and help. (version 4.1.2)"
     7 MAINTAINER="slaxemulator@gmail.com"
     8 LICENSE="MIT"
     9 SOURCE="docbkx"
    10 TARBALL="${SOURCE}412.zip"
    11 WEB_SITE="http://www.oasis-open.org/docbook/"
    12 WGET_URL="http://www.docbook.org/xml/$VERSION/$TARBALL"
    14 DEPENDS="libxml2-tools libxml2"
    16 # Rules to configure and make the package.
    17 compile_rules()
    18 {
    19 	cd $src
    20 	mkdir -p $DESTDIR/usr/share/xml/docbook/xml-dtd-${VERSION}
    21 	cp -dRf docbook.cat *.dtd ent/ *.mod \
    22 		$DESTDIR/usr/share/xml/docbook/xml-dtd-${VERSION}
    24 }
    26 # Rules to gen a SliTaz package suitable for Tazpkg.
    27 genpkg_rules()
    28 {
    29 	mkdir -p $fs
    30 	cp -a $install/usr $fs
    31 }