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 /base/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 'base/docbook-xml/Pkgfile')
-rw-r--r-- | base/docbook-xml/Pkgfile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/base/docbook-xml/Pkgfile b/base/docbook-xml/Pkgfile deleted file mode 100644 index fd8f54aaf..000000000 --- a/base/docbook-xml/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# 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 - - -} - - |