xmlto: rebuild and depend on grep with correct path.

This commit is contained in:
Juan RP 2012-03-06 15:57:40 +01:00
parent 8ac9c0bcf0
commit e9049d04cd

View file

@ -1,6 +1,7 @@
# Template file for 'xmlto' # Template file for 'xmlto'
pkgname=xmlto pkgname=xmlto
version=0.0.25 version=0.0.25
revision=1
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
@ -13,10 +14,10 @@ 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."
Add_dependency full glibc
Add_dependency full libxslt Add_dependency full libxslt
Add_dependency full docbook-xsl Add_dependency full docbook-xsl
Add_dependency full coreutils Add_dependency full coreutils
Add_dependency full grep
post_install() { post_install() {
# Requires bash! # Requires bash!