19 lines
598 B
Bash
19 lines
598 B
Bash
# Template file for 'xmlto'
|
|
pkgname=xmlto
|
|
version=0.0.27
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="libxslt docbook-xsl"
|
|
depends="bash ${hostmakedepends}"
|
|
short_desc="Tool to help transform XML documents into other formats"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://cyberelk.net/tim/software/xmlto/"
|
|
distfiles="https://fedorahosted.org/releases/x/m/xmlto/xmlto-$version.tar.bz2"
|
|
checksum=1b7183b85f7fb0a2e4cf684f3da83cf09f5080738ee2c1770762a78c8ac99f7f
|
|
|
|
post_install() {
|
|
# Requires bash!
|
|
sed -i "s|^#!/bin/sh|#!/bin/bash|" ${DESTDIR}/usr/bin/xmlto
|
|
}
|