xmlto: update to 0.0.28
This commit is contained in:
parent
7ba76405a3
commit
0b28c6463d
1 changed files with 4 additions and 7 deletions
|
@ -1,8 +1,10 @@
|
||||||
# Template file for 'xmlto'
|
# Template file for 'xmlto'
|
||||||
pkgname=xmlto
|
pkgname=xmlto
|
||||||
version=0.0.27
|
version=0.0.28
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
# Requires bash!
|
||||||
|
configure_args="ac_cv_path_BASH=/bin/bash"
|
||||||
hostmakedepends="libxslt docbook-xsl"
|
hostmakedepends="libxslt docbook-xsl"
|
||||||
depends="bash ${hostmakedepends}"
|
depends="bash ${hostmakedepends}"
|
||||||
short_desc="Tool to help transform XML documents into other formats"
|
short_desc="Tool to help transform XML documents into other formats"
|
||||||
|
@ -10,9 +12,4 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://cyberelk.net/tim/software/xmlto/"
|
homepage="http://cyberelk.net/tim/software/xmlto/"
|
||||||
distfiles="https://fedorahosted.org/releases/x/m/xmlto/xmlto-$version.tar.bz2"
|
distfiles="https://fedorahosted.org/releases/x/m/xmlto/xmlto-$version.tar.bz2"
|
||||||
checksum=1b7183b85f7fb0a2e4cf684f3da83cf09f5080738ee2c1770762a78c8ac99f7f
|
checksum=1130df3a7957eb9f6f0d29e4aa1c75732a7dfb6d639be013859b5c7ec5421276
|
||||||
|
|
||||||
post_install() {
|
|
||||||
# Requires bash!
|
|
||||||
sed -i "s|^#!/bin/sh|#!/bin/bash|" ${DESTDIR}/usr/bin/xmlto
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue