summaryrefslogtreecommitdiffstats
path: root/extra/docbook-xml/Pkgfile
blob: fd8f54aafcbcafdba551cd9b3521f28c3a5fcbe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Contient des définitions type pour les documents afin de vérifier les fichiers au format xml
# URL:  http://www.docbook.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libxml2

name=docbook-xml
version=4.5
release=2
source=(http://www.docbook.org/xml/4.5/docbook-xml-4.5.zip)

build() {
	install -v -d -m755 $PKG/usr/share/xml/docbook/xml-dtd-4.5
	install -v -d -m755 $PKG/etc/xml
	chown -R root:root .
	cp -v -af docbook.cat *.dtd ent/ *.mod \
	$PKG/usr/share/xml/docbook/xml-dtd-4.5
	

}