mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-11 04:55:13 +02:00
As indicated on the cyberelk website, the project was moved to Fedora pagure. This also has a newer release with fixes for gcc 14.
19 lines
612 B
Bash
19 lines
612 B
Bash
# Template file for 'xmlto'
|
|
pkgname=xmlto
|
|
version=0.0.29
|
|
revision=1
|
|
build_style=gnu-configure
|
|
# Requires bash!
|
|
configure_args="ac_cv_path_BASH=/bin/bash"
|
|
hostmakedepends="autoconf automake libxslt docbook-xsl"
|
|
depends="bash libxslt docbook-xsl"
|
|
short_desc="Tool to help transform XML documents into other formats"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://pagure.io/xmlto/"
|
|
distfiles="https://pagure.io/xmlto/archive/${version}/xmlto-${version}.tar.gz"
|
|
checksum=40504db68718385a4eaa9154a28f59e51e59d006d1aa14f5bc9d6fded1d6017a
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|