summaryrefslogtreecommitdiff
path: root/docbook-xsl/Pkgfile
blob: 6aa2549d996d3cdee3c282498b8be1098c0efce2 (plain)
    1 # Description: A collection of XSL stylesheets that are useful for performing transformations on XML DocBook files. 
    2 # URL: http://docbook.sourceforge.net/
    3 # Maintainer: Danny Rawlins, monster dot romster at gmail dot com
    4 # Depends on: libxslt
    5 
    6 ## http://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html
    7 
    8 name=docbook-xsl
    9 version=1.77.1
   10 release=2
   11 source=(http://downloads.sourceforge.net/project/docbook/$name/$version/$name-$version.tar.bz2)
   12 
   13 build() {
   14 	cd $name-$version
   15 
   16 	install -v -m 0755 -d $PKG/usr/share/xml/docbook/xsl-stylesheets-$version
   17 
   18 	cp -R \
   19 		VERSION VERSION.xsl common eclipse extensions fo \
   20 		highlighting html htmlhelp images javahelp lib manpages \
   21 		params profiling roundtrip slides template tools website \
   22 		xhtml xhtml-1_1 \
   23 		$PKG/usr/share/xml/docbook/xsl-stylesheets-$version
   24 
   25 	install -v -m 0644 -D README \
   26 		$PKG/usr/share/doc/docbook-xsl-$version/README.XSL
   27 
   28 	install -v -m 0755 RELEASE-NOTES* NEWS* \
   29 		$PKG/usr/share/doc/docbook-xsl-$version
   30 
   31 	# documentation
   32 	#cp -v -R doc/* /usr/share/doc/docbook-xsl-$version
   33 }

Generated by cgit