docbook-xsl: update to 1.78.1
This commit is contained in:
parent
dafe2f6f7b
commit
d7765dff16
|
@ -1,22 +1,21 @@
|
|||
# Template file for 'docbook-xml'
|
||||
# Template file for 'docbook-xsl'
|
||||
pkgname=docbook-xsl
|
||||
version=1.77.1
|
||||
revision=3
|
||||
noarch="yes"
|
||||
makedepends="xmlcatmgr docbook-xml>=4.2"
|
||||
depends="${makedepends}"
|
||||
version=1.78.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
depends="xmlcatmgr docbook-xml>=4.2"
|
||||
xml_entries="nextCatalog /usr/share/xsl/docbook/catalog.xml --"
|
||||
short_desc="Docbook XSL modular stylesheet"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://docbook.sourceforge.net/"
|
||||
license="MIT"
|
||||
distfiles="${SOURCEFORGE_SITE}/docbook/$pkgname-$version.tar.bz2"
|
||||
checksum=24c6c4413f71f9a2c000fa21be76c58f53db1baa42f17b02845e1c2c0aeb7cd5
|
||||
checksum=c98f7296ab5c8ccd2e0bc07634976a37f50847df2d8a59bdb1e157664700b467
|
||||
|
||||
do_install() {
|
||||
local xslmods="common eclipse epub fo highlighting html htmlhelp \
|
||||
images javahelp lib manpages params profiling \
|
||||
roundtrip slides website xhtml xhtml-1_1"
|
||||
local xslmods="assembly common eclipse epub epub3 fo highlighting html \
|
||||
htmlhelp images javahelp lib manpages params profiling \
|
||||
roundtrip template slides website xhtml xhtml-1_1 xhtml5"
|
||||
|
||||
vinstall catalog.xml 644 usr/share/xsl/docbook
|
||||
vinstall VERSION 644 usr/share/xsl/docbook
|
||||
|
@ -27,5 +26,5 @@ do_install() {
|
|||
cp -a ${dir}/* ${DESTDIR}/usr/share/xsl/docbook/${dir}/
|
||||
done
|
||||
|
||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue