diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-25 12:13:29 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-25 12:13:29 +0100 |
commit | ce99e255cbbf56a56eea99175bff8ac477ee3057 (patch) | |
tree | 7cff3b77c2c6e3400306f4c6af4aa696d859b3cf /base/docbook-xsl/Pkgfile | |
parent | 7ff1719b1072004c4e28c124fe6b050a65abdbd5 (diff) | |
download | nutyx-pakxe-ce99e255cbbf56a56eea99175bff8ac477ee3057.tar.gz nutyx-pakxe-ce99e255cbbf56a56eea99175bff8ac477ee3057.tar.bz2 nutyx-pakxe-ce99e255cbbf56a56eea99175bff8ac477ee3057.tar.xz nutyx-pakxe-ce99e255cbbf56a56eea99175bff8ac477ee3057.zip |
docbook-xsl déplacé dans extra et maj dépendances
Diffstat (limited to 'base/docbook-xsl/Pkgfile')
-rw-r--r-- | base/docbook-xsl/Pkgfile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/base/docbook-xsl/Pkgfile b/base/docbook-xsl/Pkgfile deleted file mode 100644 index a9f43a028..000000000 --- a/base/docbook-xsl/Pkgfile +++ /dev/null @@ -1,26 +0,0 @@ -# Description: Transformation XML stylesheets pour Docbook-xml. -# URL: http://scrollkeeper.sourceforge.net/docbook.shtml -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: - -name=docbook-xsl -version=1.75.2 -release=1 -source=(http://downloads.sourceforge.net/docbook/$name-$version.tar.bz2) - -build() { - cd $name-$version - install -v -m755 -d $PKG/usr/share/xml/docbook/xsl-stylesheets-$version - cp -v -R VERSION common eclipse extensions fo highlighting html \ - htmlhelp images javahelp lib manpages params profiling \ - slides template tools website xhtml \ - $PKG/usr/share/xml/docbook/xsl-stylesheets-$version && - - install -v -m644 -D README \ - $PKG/usr/share/doc/docbook-xsl-1.75.2/README.XSL - - install -v -m755 RELEASE-NOTES* NEWS* \ - $PKG/usr/share/doc/docbook-xsl-$version - chown 0:0 -R $PKG -} |