docbook-xsl: update to 1.77.1.
This commit is contained in:
parent
952c057d24
commit
1c2b9e9fb8
1 changed files with 11 additions and 11 deletions
|
@ -1,12 +1,14 @@
|
||||||
# Template file for 'docbook-xml'
|
# Template file for 'docbook-xml'
|
||||||
pkgname=docbook-xsl
|
pkgname=docbook-xsl
|
||||||
version=1.75.2
|
version=1.77.1
|
||||||
revision=1
|
revision=1
|
||||||
distfiles="${SOURCEFORGE_SITE}/docbook/$pkgname-$version.tar.bz2"
|
|
||||||
fulldepends="xmlcatmgr docbook-xml>=4.2"
|
fulldepends="xmlcatmgr docbook-xml>=4.2"
|
||||||
short_desc="Docbook XSL modular stylesheet"
|
short_desc="Docbook XSL modular stylesheet"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=0dcc3aebd2ada8719e47b77c62ab986c4f2747f9a7cab6f629b6472e6d058e09
|
homepage="http://docbook.sourceforge.net/"
|
||||||
|
license="MIT"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/docbook/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=24c6c4413f71f9a2c000fa21be76c58f53db1baa42f17b02845e1c2c0aeb7cd5
|
||||||
long_desc="
|
long_desc="
|
||||||
The DocBook XSL stylesheets provide a serie of ready-to-use templates to
|
The DocBook XSL stylesheets provide a serie of ready-to-use templates to
|
||||||
process documents based on the DocBook XML DTD. They can generate different
|
process documents based on the DocBook XML DTD. They can generate different
|
||||||
|
@ -19,21 +21,19 @@ long_desc="
|
||||||
stylesheet."
|
stylesheet."
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
xml_entries="nextCatalog /usr/share/xsl/docbook/catalog.xml --"
|
||||||
|
|
||||||
export xml_entries="nextCatalog /usr/share/xsl/docbook/catalog.xml --"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
local xslmods="common eclipse epub fo highlighting html htmlhelp \
|
local xslmods="common eclipse epub fo highlighting html htmlhelp \
|
||||||
images javahelp lib manpages params profiling \
|
images javahelp lib manpages params profiling \
|
||||||
roundtrip slides website xhtml xhtml-1_1"
|
roundtrip slides website xhtml xhtml-1_1"
|
||||||
|
|
||||||
cd $wrksrc
|
vinstall catalog.xml 644 usr/share/xsl/docbook
|
||||||
install -D -m644 catalog.xml \
|
vinstall VERSION 644 usr/share/xsl/docbook
|
||||||
${DESTDIR}/usr/share/xsl/docbook/catalog.xml
|
|
||||||
install -m644 VERSION ${DESTDIR}/usr/share/xsl/docbook
|
|
||||||
for dir in ${xslmods}; do
|
for dir in ${xslmods}; do
|
||||||
install -d ${DESTDIR}/usr/share/xsl/docbook/${dir}
|
vmkdir usr/share/xsl/docbook/${dir}
|
||||||
cp -a ${dir}/* ${DESTDIR}/usr/share/xsl/docbook/${dir}/
|
cp -a ${dir}/* ${DESTDIR}/usr/share/xsl/docbook/${dir}/
|
||||||
done
|
done
|
||||||
|
|
||||||
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue