docbook2x: fix cross compilation + add license (#8945)
This commit is contained in:
parent
f54694d394
commit
416e44015b
@ -1,11 +1,11 @@
|
|||||||
# Template file for 'docbook2x'
|
# Template file for 'docbook2x'
|
||||||
pkgname=docbook2x
|
pkgname=docbook2x
|
||||||
version=0.8.8
|
version=0.8.8
|
||||||
revision=4
|
revision=5
|
||||||
nocross="http://build.voidlinux.eu:8010/builders/armv7l_builder/builds/8520/steps/shell_3/logs/stdio"
|
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
wrksrc="docbook2X-${version}"
|
wrksrc="docbook2X-${version}"
|
||||||
build_style=gnu-configure
|
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"
|
hostmakedepends="texinfo libxslt docbook docbook-dsssl docbook-xsl perl-XML-SAX"
|
||||||
depends="${hostmakedepends}"
|
depends="${hostmakedepends}"
|
||||||
xml_entries="
|
xml_entries="
|
||||||
@ -20,4 +20,5 @@ checksum=4077757d367a9d1b1427e8d5dfc3c49d993e90deabc6df23d05cfe9cd2fcdc45
|
|||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -i -e 's|${prefix}|/usr|g' ${DESTDIR}/usr/bin/*
|
sed -i -e 's|${prefix}|/usr|g' ${DESTDIR}/usr/bin/*
|
||||||
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user