diff --git a/srcpkgs/yaz/template b/srcpkgs/yaz/template index 85f207fa4b6..50e3929b586 100644 --- a/srcpkgs/yaz/template +++ b/srcpkgs/yaz/template @@ -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 " 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