void-packages/srcpkgs/xmlto/template

19 lines
600 B
Text
Raw Normal View History

# 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
build_style=gnu-configure
2014-02-14 13:59:05 +00:00
hostmakedepends="libxslt docbook-xsl>=1.77.1_2"
depends="${hostmakedepends}"
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
2012-01-12 12:40:27 +00:00
post_install() {
# Requires bash!
2012-01-12 12:40:27 +00:00
sed -i "s|^#!/bin/sh|#!/bin/bash|" ${DESTDIR}/usr/bin/xmlto
}