wok-next view docbook-xml-43/receipt @ rev 19925

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
parents eb8067417980
children 0e7893ac206d
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 WEB_SITE="http://www.oasis-open.org/docbook/"
11 TARBALL="docbook-xml-$VERSION.zip"
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 mkdir -p $DESTDIR/usr/share/xml/docbook/xml-dtd-${VERSION}
20 cp -dRf docbook.cat *.dtd ent/ *.mod \
21 $DESTDIR/usr/share/xml/docbook/xml-dtd-${VERSION}
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs
28 cp -a $install/usr $fs
29 }