wok-next view docbook-xml-412/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 35a20e111081
children d958fec46c9f
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://www.oasis-open.org/docbook/"
11 TARBALL="docbkx412.zip"
12 WGET_URL="http://www.docbook.org/xml/$VERSION/$TARBALL"
14 compile_rules() {
15 mkdir -p $DESTDIR/usr/share/xml/docbook/xml-dtd-${VERSION}
16 cp -dRf docbook.cat *.dtd ent/ *.mod \
17 $DESTDIR/usr/share/xml/docbook/xml-dtd-${VERSION}
18 }
20 genpkg_rules() {
21 mkdir -p $fs
22 cp -a $install/usr $fs
23 DEPENDS="libxml2-tools libxml2"
24 }