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
1 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'yaz'
pkgname=yaz
version=5.29.0
revision=2
version=5.30.3
revision=1
build_style=gnu-configure
configure_args="--enable-shared --with-memcached --with-xml2 --with-xslt
--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>"
license="BSD-3-Clause"
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"
checksum=311bcb386d6327dfa22e0e442aea26d1be7c633eb664b9f70d982f072a130112
checksum=f0497fd8420574efab4e5738ea3b70787a6e8042f585156baa30bdc1911ba552
case "$XBPS_TARGET_LIBC" in
musl) makedepends+=" libexecinfo-devel"
LDFLAGS+=" -lexecinfo" ;;
esac
if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" libexecinfo-devel"
export LIBS="-lexecinfo"
fi
post_install() {
vlicense LICENSE