docbook2x: fix cross compilation + add license (#8945)

This commit is contained in:
newbluemoon 2017-11-06 21:43:44 +01:00 committed by Juan RP
parent f54694d394
commit 416e44015b
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'docbook2x'
pkgname=docbook2x
version=0.8.8
revision=4
nocross="http://build.voidlinux.eu:8010/builders/armv7l_builder/builds/8520/steps/shell_3/logs/stdio"
revision=5
patch_args="-Np1"
wrksrc="docbook2X-${version}"
build_style=gnu-configure
configure_args="--without-resolver-jars --without-saxon-jars --without-xalan-jars"
hostmakedepends="texinfo libxslt docbook docbook-dsssl docbook-xsl perl-XML-SAX"
depends="${hostmakedepends}"
xml_entries="
@ -20,4 +20,5 @@ checksum=4077757d367a9d1b1427e8d5dfc3c49d993e90deabc6df23d05cfe9cd2fcdc45
post_install() {
sed -i -e 's|${prefix}|/usr|g' ${DESTDIR}/usr/bin/*
vlicense COPYING
}