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

Remove cromfs-or-squashfs; add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 10:06:29 2013 +0000 (2013-11-30)
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 }