yaz: update to 5.30.3.

By ericonr:
- add changelog
- use LIBS instead of LDFLAGS

Closes: #28378 [via git-merge-pr]
This commit is contained in:
Ulf 2021-02-01 10:37:49 +00:00 committed by Érico Rolim
parent aa1d34d57b
commit 69c67cf704

View File

@ -1,7 +1,7 @@
# Template file for 'yaz' # Template file for 'yaz'
pkgname=yaz pkgname=yaz
version=5.29.0 version=5.30.3
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-shared --with-memcached --with-xml2 --with-xslt configure_args="--enable-shared --with-memcached --with-xml2 --with-xslt
--with-icu --with-gnutls" --with-icu --with-gnutls"
@ -12,13 +12,14 @@ short_desc="Toolkit supporting development of Z39.50/SRW/SRU clients and servers
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://www.indexdata.com/resources/software/yaz/" homepage="https://www.indexdata.com/resources/software/yaz/"
changelog="https://software.indexdata.com/yaz/doc/NEWS"
distfiles="http://ftp.indexdata.dk/pub/yaz/yaz-${version}.tar.gz" distfiles="http://ftp.indexdata.dk/pub/yaz/yaz-${version}.tar.gz"
checksum=311bcb386d6327dfa22e0e442aea26d1be7c633eb664b9f70d982f072a130112 checksum=f0497fd8420574efab4e5738ea3b70787a6e8042f585156baa30bdc1911ba552
case "$XBPS_TARGET_LIBC" in if [ "$XBPS_TARGET_LIBC" = musl ]; then
musl) makedepends+=" libexecinfo-devel" makedepends+=" libexecinfo-devel"
LDFLAGS+=" -lexecinfo" ;; export LIBS="-lexecinfo"
esac fi
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE