wok view docbook-xml-412/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
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 }