19 lines
600 B
Plaintext
19 lines
600 B
Plaintext
# Template file for 'xmlto'
|
|
pkgname=xmlto
|
|
version=0.0.24
|
|
revision=1
|
|
build_style=gnu-configure
|
|
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>"
|
|
license="GPL-2"
|
|
homepage="http://cyberelk.net/tim/software/xmlto/"
|
|
distfiles="https://fedorahosted.org/releases/x/m/xmlto/xmlto-$version.tar.bz2"
|
|
checksum=30f59f4cc87a5e86f74fc1d2e63ceb6adc7a260d438e0439689efc2588976e13
|
|
|
|
post_install() {
|
|
# Requires bash!
|
|
sed -i "s|^#!/bin/sh|#!/bin/bash|" ${DESTDIR}/usr/bin/xmlto
|
|
}
|