2009-11-26 21:54:22 +00:00
|
|
|
# Template file for 'xmlto'
|
|
|
|
pkgname=xmlto
|
2014-09-08 10:00:47 +00:00
|
|
|
version=0.0.26
|
2014-09-08 09:59:41 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2014-02-14 13:59:05 +00:00
|
|
|
hostmakedepends="libxslt docbook-xsl>=1.77.1_2"
|
|
|
|
depends="${hostmakedepends}"
|
2009-11-26 21:54:22 +00:00
|
|
|
short_desc="Tool to help transform XML documents into other formats"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-01-12 12:40:27 +00:00
|
|
|
license="GPL-2"
|
2014-02-14 13:59:05 +00:00
|
|
|
homepage="http://cyberelk.net/tim/software/xmlto/"
|
|
|
|
distfiles="https://fedorahosted.org/releases/x/m/xmlto/xmlto-$version.tar.bz2"
|
2014-09-08 10:00:47 +00:00
|
|
|
checksum=efb49b2fb3bc27c1a1e24fe34abf19b6bf6cbb40844e6fd58034cdf21c54b5ec
|
2009-11-26 21:54:22 +00:00
|
|
|
|
2012-01-12 12:40:27 +00:00
|
|
|
post_install() {
|
2010-04-27 02:03:48 +00:00
|
|
|
# Requires bash!
|
2012-01-12 12:40:27 +00:00
|
|
|
sed -i "s|^#!/bin/sh|#!/bin/bash|" ${DESTDIR}/usr/bin/xmlto
|
2010-04-27 02:03:48 +00:00
|
|
|
}
|