15 lines
575 B
Bash
15 lines
575 B
Bash
# Template file for 'xmlto'
|
|
pkgname=xmlto
|
|
version=0.0.28
|
|
revision=2
|
|
build_style=gnu-configure
|
|
# Requires bash!
|
|
configure_args="ac_cv_path_BASH=/bin/bash"
|
|
hostmakedepends="libxslt docbook-xsl"
|
|
depends="bash ${hostmakedepends}"
|
|
short_desc="Tool to help transform XML documents into other formats"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://cyberelk.net/tim/software/xmlto/"
|
|
distfiles="http://anduin.linuxfromscratch.org/BLFS/xmlto/xmlto-${version}.tar.bz2"
|
|
checksum=1130df3a7957eb9f6f0d29e4aa1c75732a7dfb6d639be013859b5c7ec5421276
|