docbook2x: fix cross compilation + add license (#8945)
This commit is contained in:
parent
f54694d394
commit
416e44015b
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue