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' # Template file for 'xmlto'
pkgname=xmlto pkgname=xmlto
version=0.0.25 version=0.0.25
revision=1 revision=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"
build_style=gnu-configure 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" short_desc="Tool to help transform XML documents into other formats"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
@ -15,7 +15,6 @@ long_desc="
stylesheet for the conversion you want and applies it using an stylesheet for the conversion you want and applies it using an
external XSLT processor. It also performs any necessary post-processing." external XSLT processor. It also performs any necessary post-processing."
post_install() { post_install() {
# Requires bash! # Requires bash!
sed -i "s|^#!/bin/sh|#!/bin/bash|" ${DESTDIR}/usr/bin/xmlto sed -i "s|^#!/bin/sh|#!/bin/bash|" ${DESTDIR}/usr/bin/xmlto