3895a1405b
remove xbps-bin ABI check
29 lines
892 B
Text
29 lines
892 B
Text
# Template file for 'xmlto'
|
|
pkgname=xmlto
|
|
version=0.0.23
|
|
revision=1
|
|
#distfiles="https://fedorahosted.org/releases/x/m/xmlto/xmlto-$version.tar.bz2"
|
|
distfiles="http://xbps.nopcode.org/distfiles/xmlto-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="Tool to help transform XML documents into other formats"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=a9ffb2760ded55924708cf42f575aaa87cf38fce4d9019ad287213303a8cb1c4
|
|
long_desc="
|
|
xmlto is a front-end to an XSL toolchain. It chooses an appropriate
|
|
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
|
|
|
|
pre_configure()
|
|
{
|
|
export PATH="/bin:/usr/bin:$PATH"
|
|
}
|
|
|
|
post_install()
|
|
{
|
|
# Requires bash!
|
|
sed -i -e "s|^#!/bin/sh|#!/bin/bash|" ${DESTDIR}/usr/bin/xmlto
|
|
}
|