mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xmlto: update to 0.0.29
As indicated on the cyberelk website, the project was moved to Fedora pagure. This also has a newer release with fixes for gcc 14.
This commit is contained in:
parent
4509e3ccbb
commit
255a8dd97b
1 changed files with 11 additions and 7 deletions
|
@ -1,15 +1,19 @@
|
||||||
# Template file for 'xmlto'
|
# Template file for 'xmlto'
|
||||||
pkgname=xmlto
|
pkgname=xmlto
|
||||||
version=0.0.28
|
version=0.0.29
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# Requires bash!
|
# Requires bash!
|
||||||
configure_args="ac_cv_path_BASH=/bin/bash"
|
configure_args="ac_cv_path_BASH=/bin/bash"
|
||||||
hostmakedepends="libxslt docbook-xsl"
|
hostmakedepends="autoconf automake libxslt docbook-xsl"
|
||||||
depends="bash ${hostmakedepends}"
|
depends="bash libxslt docbook-xsl"
|
||||||
short_desc="Tool to help transform XML documents into other formats"
|
short_desc="Tool to help transform XML documents into other formats"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://cyberelk.net/tim/software/xmlto/"
|
homepage="https://pagure.io/xmlto/"
|
||||||
distfiles="http://anduin.linuxfromscratch.org/BLFS/xmlto/xmlto-${version}.tar.bz2"
|
distfiles="https://pagure.io/xmlto/archive/${version}/xmlto-${version}.tar.gz"
|
||||||
checksum=1130df3a7957eb9f6f0d29e4aa1c75732a7dfb6d639be013859b5c7ec5421276
|
checksum=40504db68718385a4eaa9154a28f59e51e59d006d1aa14f5bc9d6fded1d6017a
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue