yaz: update to 5.27.1.

This commit is contained in:
maxice8 2018-12-03 23:10:18 -02:00 committed by maxice8
parent e0097ff26e
commit f7305ac77b

View File

@ -1,17 +1,18 @@
# Template file for 'yaz'
pkgname=yaz
version=5.27.0
revision=3
version=5.27.1
revision=1
build_style=gnu-configure
configure_args="--enable-shared=yaz"
configure_args="--enable-shared --with-memcached --with-xml2 --with-xslt
--with-icu --with-gnutls"
hostmakedepends="bison pkg-config"
makedepends="gnutls-devel libxslt-devel"
makedepends="gnutls-devel libxslt-devel libxml2-devel libmemcached-devel icu-devel"
short_desc="Toolkit supporting development of Z39.50/SRW/SRU clients and servers"
maintainer="Orphaned <orphan@voidlinux.eu>"
license="BSD-3-Clause"
homepage="https://www.indexdata.com/resources/software/yaz/"
distfiles="http://ftp.indexdata.dk/pub/yaz/yaz-${version}.tar.gz"
checksum=3db834b30aad941aaee67a3daf0cfc33d6f81e724dd8d54227be201ad93c18f3
checksum=2e3f0cd304f38b4ad315d70771b378d4efafab37e9a28d4d4d6cd634718c3025
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" libexecinfo-devel"
@ -31,7 +32,8 @@ yaz-devel_package() {
vmove usr/share/man/man1/yaz-config.1
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share/aclocal
}
}