wok view docbook-xml-43/receipt @ rev 21349

ejabberd: added cacerts to BUILD_DEPENDS
author Hans-G?nter Theisgen
date Sat Apr 20 17:16:39 2019 +0100 (2019-04-20)
parents 79652a470328
children 52649f27a0da
line source
1 # SliTaz package receipt.
3 PACKAGE="docbook-xml-43"
4 VERSION="4.3"
5 CATEGORY="development"
6 SHORT_DESC="A widely used XML scheme for writing documentation and help. (version 4.3)"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="MIT"
9 SOURCE="docbook-xml"
10 TARBALL="${SOURCE}-${VERSION}.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 }