xmlto: update to 0.0.25.

This commit is contained in:
Juan RP 2012-01-12 13:40:27 +01:00
parent 7146a0ffe3
commit 6a6f15ea1c

View file

@ -1,13 +1,13 @@
# Template file for 'xmlto'
pkgname=xmlto
version=0.0.23
revision=3
#distfiles="https://fedorahosted.org/releases/x/m/xmlto/xmlto-$version.tar.bz2"
distfiles="http://xbps.nopcode.org/distfiles/xmlto-$version.tar.bz2"
version=0.0.25
homepage="http://cyberelk.net/tim/software/xmlto/"
distfiles="https://fedorahosted.org/releases/x/m/xmlto/xmlto-$version.tar.bz2"
build_style=gnu-configure
short_desc="Tool to help transform XML documents into other formats"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=a9ffb2760ded55924708cf42f575aaa87cf38fce4d9019ad287213303a8cb1c4
license="GPL-2"
checksum=361cb70d5d0b4b753db00b67ed8bc1d53d0bc96c407d0310aefe854470b7e536
long_desc="
xmlto is a front-end to an XSL toolchain. It chooses an appropriate
stylesheet for the conversion you want and applies it using an
@ -18,13 +18,7 @@ Add_dependency full libxslt
Add_dependency full docbook-xsl
Add_dependency full coreutils
pre_configure()
{
export PATH="/bin:/usr/bin:$PATH"
}
post_install()
{
post_install() {
# Requires bash!
sed -i -e "s|^#!/bin/sh|#!/bin/bash|" ${DESTDIR}/usr/bin/xmlto
sed -i "s|^#!/bin/sh|#!/bin/bash|" ${DESTDIR}/usr/bin/xmlto
}