xmlto: require docbook-xsl>=1.77.1_2.
This commit is contained in:
parent
481484843b
commit
c8828d611f
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue