xmlto: rebuild and depend on grep with correct path.
This commit is contained in:
parent
8ac9c0bcf0
commit
e9049d04cd
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'xmlto'
|
||||
pkgname=xmlto
|
||||
version=0.0.25
|
||||
revision=1
|
||||
homepage="http://cyberelk.net/tim/software/xmlto/"
|
||||
distfiles="https://fedorahosted.org/releases/x/m/xmlto/xmlto-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
|
@ -13,10 +14,10 @@ long_desc="
|
|||
stylesheet for the conversion you want and applies it using an
|
||||
external XSLT processor. It also performs any necessary post-processing."
|
||||
|
||||
Add_dependency full glibc
|
||||
Add_dependency full libxslt
|
||||
Add_dependency full docbook-xsl
|
||||
Add_dependency full coreutils
|
||||
Add_dependency full grep
|
||||
|
||||
post_install() {
|
||||
# Requires bash!
|
||||
|
|
Loading…
Reference in New Issue