yaz: update to 5.28.0 ; add missing dependency

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-12-28 19:59:05 -06:00 committed by Juan RP
parent 8ae859ad07
commit 21504b6cfd
1 changed files with 5 additions and 4 deletions

View File

@ -1,21 +1,22 @@
# Template file for 'yaz'
pkgname=yaz
version=5.27.2
version=5.28.0
revision=1
build_style=gnu-configure
configure_args="--enable-shared --with-memcached --with-xml2 --with-xslt
--with-icu --with-gnutls"
hostmakedepends="bison pkg-config"
makedepends="gnutls-devel libxslt-devel libxml2-devel libmemcached-devel icu-devel"
depends="tcl"
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/"
distfiles="http://ftp.indexdata.dk/pub/yaz/yaz-${version}.tar.gz"
checksum=09fdebc78ef169194f3d275ede5ef39087484c1395bf518484051bba81cb154e
checksum=194b09b3212b9c0626c729e8f1e13cbfbe55141434c0627860aa1469433892c4
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" libexecinfo-devel"
case "$XBPS_TARGET_LIBC" in
musl) makedepends+=" libexecinfo-devel"
LDFLAGS+=" -lexecinfo" ;;
esac