xmlto: require docbook-xsl>=1.77.1_2.

This commit is contained in:
Juan RP 2012-11-27 01:41:04 +01:00
parent 481484843b
commit c8828d611f

View file

@ -1,11 +1,11 @@
# Template file for 'xmlto'
pkgname=xmlto
version=0.0.25
revision=1
revision=2
homepage="http://cyberelk.net/tim/software/xmlto/"
distfiles="https://fedorahosted.org/releases/x/m/xmlto/xmlto-$version.tar.bz2"
build_style=gnu-configure
fulldepends="libxslt docbook-xsl coreutils grep"
fulldepends="libxslt docbook-xsl>=1.77.1_2 coreutils grep"
short_desc="Tool to help transform XML documents into other formats"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
@ -15,7 +15,6 @@ long_desc="
stylesheet for the conversion you want and applies it using an
external XSLT processor. It also performs any necessary post-processing."
post_install() {
# Requires bash!
sed -i "s|^#!/bin/sh|#!/bin/bash|" ${DESTDIR}/usr/bin/xmlto