diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 19:08:03 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 19:08:03 +0100 |
commit | e211ca5eaecb7b82cd8253a252055fc7d42a5014 (patch) | |
tree | ccb12dafe0ce2438a3abedd028c32e6fbd114a99 /extra/docbook-xml/Pkgfile | |
parent | e7d74c7758cbce6e194919b325d06c4c91d410cf (diff) | |
download | nutyx-pakxe-e211ca5eaecb7b82cd8253a252055fc7d42a5014.tar.gz nutyx-pakxe-e211ca5eaecb7b82cd8253a252055fc7d42a5014.tar.bz2 nutyx-pakxe-e211ca5eaecb7b82cd8253a252055fc7d42a5014.tar.xz nutyx-pakxe-e211ca5eaecb7b82cd8253a252055fc7d42a5014.zip |
docbook-xml, déplacé dans extra
Diffstat (limited to 'extra/docbook-xml/Pkgfile')
-rw-r--r-- | extra/docbook-xml/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/docbook-xml/Pkgfile b/extra/docbook-xml/Pkgfile new file mode 100644 index 000000000..1f46f5583 --- /dev/null +++ b/extra/docbook-xml/Pkgfile @@ -0,0 +1,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: unzip, 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 + + +} + + |