[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/docbook-xsl/docbook-xsl.desc [COPY] Copyright (C) 2004 - 2026 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] DocBook Stylesheets [T] XSLT 1.0 and XSLT 2.0 stylesheets for transforming DocBook into HTML, [T] EPUB, PDF, and a wide variety of other formats. [U] https://github.com/docbook/xslt10-stylesheets/ [A] Norman Walsh [M] René Rebe [C] extra/development [L] OpenSource [V] 1.79.2 [P] X -----5---9 126.500 [D] f6ba55ac736cb4dd2d76b339636e4ff6abc5c719f3d3f4029ad23ed5 docbook-xsl-1.79.2.tar.bz2 https://github.com/docbook/xslt10-stylesheets/releases/download/release/1.79.2/ [D] e3034f161f7247c155734478914172f69212123d3b816d2ca834244f docbook-xsl-nons-1.79.2.tar.bz2 https://github.com/docbook/xslt10-stylesheets/releases/download/release/1.79.2/ autoextract=0 destdir=$root$datadir/xml/docbook install_xsl() { mkdir -p $destdir cd $destdir # TODO: patch 1st and install copy tar xf $(match_source_file -p xsl-1) ln -sfv docbook-xsl-1* $destdir/docbook-xsl cd docbook-xsl-1* patch -p1 < $confdir/hotfix.patch cd .. tar xf $(match_source_file -p nons) ln -sfv docbook-xsl-nons-* $destdir/docbook-xsl-nons cd docbook-xsl-nons-* patch -p1 < $confdir/hotfix-nons.patch } mainfunction=install_xsl