# Description: XML stylesheets for Docbook-xml transformations # URL: https://docbook.org/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: libxml2 name=docbook-xsl version=1.79.2 release=1 source=(https://github.com/docbook/xslt10-stylesheets/releases/download/release/${version}/${name}-nons-${version}.tar.bz2 non-recursive-string-subst.patch) build() { cd ${name}-nons-${version} patch -Np2 -i ../non-recursive-string-subst.patch install -v -m 0755 -d $PKG/usr/share/xml/docbook/xsl-stylesheets-$version for i in xsl-stylesheets xsl-stylesheets-nons; do install -v -m755 -d $PKG/usr/share/xml/docbook/$i-$version cp -v -R VERSION assembly common eclipse epub epub3 extensions fo \ highlighting html htmlhelp images javahelp lib manpages params \ profiling roundtrip slides template tests tools webhelp website \ xhtml xhtml-1_1 xhtml5 \ $PKG/usr/share/xml/docbook/$i-$version ln -s VERSION $PKG/usr/share/xml/docbook/$i-$version/VERSION.xsl done install -v -m755 -d $PKG/etc/xml }