summaryrefslogtreecommitdiff
path: root/docbook-xsl/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2010-12-16 01:50:11 +1100
committerDanny Rawlins <monster.romster@gmail.com>2010-12-16 01:50:11 +1100
commitb392d14921f0ca8231059474f8a4e3b2c7884f9a (patch)
treef20d4c95e106ec05b84390780fb9d0f35d3203b0 /docbook-xsl/Pkgfile
parentfbd3b70b1e93b41de02c72bcb8cd4e20ca9948f1 (diff)
downloadcontrib-b392d14921f0ca8231059474f8a4e3b2c7884f9a.tar.gz
contrib-b392d14921f0ca8231059474f8a4e3b2c7884f9a.tar.xz
docbook-xsl: new port
Diffstat (limited to 'docbook-xsl/Pkgfile')
-rw-r--r--docbook-xsl/Pkgfile32
1 files changed, 32 insertions, 0 deletions
diff --git a/docbook-xsl/Pkgfile b/docbook-xsl/Pkgfile
new file mode 100644
index 000000000..e6b22d93e
--- /dev/null
+++ b/docbook-xsl/Pkgfile
@@ -0,0 +1,32 @@
+# Description: A collection of XSL stylesheets that are useful for performing transformations on XML DocBook files.
+# URL: http://docbook.sourceforge.net/
+# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
+# Depends on: libxslt
+
+## http://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html
+
+name=docbook-xsl
+version=1.75.2
+release=1
+source=(http://downloads.sourceforge.net/project/docbook/$name/$version/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+
+ install -v -m 0755 -d $PKG/usr/share/xml/docbook/xsl-stylesheets-$version
+
+ cp -R \
+ VERSION common eclipse extensions fo highlighting html \
+ htmlhelp images javahelp lib manpages params profiling \
+ roundtrip slides template tools website xhtml xhtml-1_1 \
+ $PKG/usr/share/xml/docbook/xsl-stylesheets-$version
+
+ install -v -m 0644 -D README \
+ $PKG/usr/share/doc/docbook-xsl-$version/README.XSL
+
+ install -v -m 0755 RELEASE-NOTES* NEWS* \
+ $PKG/usr/share/doc/docbook-xsl-$version
+
+ # documentation
+ #cp -v -R doc/* /usr/share/doc/docbook-xsl-$version
+}

Generated by cgit