mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-01 09:32:57 +02:00
docbook-xml: update license
This commit is contained in:
parent
a2f0f63f4c
commit
ecff4b4571
1 changed files with 2 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'docbook-xml'
|
||||
pkgname=docbook-xml
|
||||
version=4.5
|
||||
revision=5
|
||||
revision=6
|
||||
makedepends="xmlcatmgr"
|
||||
depends="xmlcatmgr"
|
||||
short_desc="XML DTD designed for computer documentation"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
license="DocBook-DTD"
|
||||
homepage="http://www.oasis-open.org/docbook/"
|
||||
distfiles="
|
||||
http://www.oasis-open.org/docbook/xml/${version}/docbook-xml-${version}.zip
|
||||
|
@ -47,6 +47,4 @@ do_install() {
|
|||
dir=${DESTDIR}/usr/share/xml/docbook/4.2
|
||||
sed -e 's|V4.2|V4.1.2|g' < ${dir}/catalog > ${dir}/catalog-4.1.2
|
||||
chmod 644 ${dir}/catalog-4.1.2
|
||||
sed -n '/Copyright/,/maintenance/p' ${DESTDIR}/usr/share/xml/docbook/${version}/dbhierx.mod > LICENSE
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue