yaz: update to 5.27.2
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
873709596b
commit
ece1527f17
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'yaz'
|
# Template file for 'yaz'
|
||||||
pkgname=yaz
|
pkgname=yaz
|
||||||
version=5.27.1
|
version=5.27.2
|
||||||
revision=3
|
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,12 +12,11 @@ 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/"
|
||||||
distfiles="http://ftp.indexdata.dk/pub/yaz/yaz-${version}.tar.gz"
|
distfiles="http://ftp.indexdata.dk/pub/yaz/yaz-${version}.tar.gz"
|
||||||
checksum=2e3f0cd304f38b4ad315d70771b378d4efafab37e9a28d4d4d6cd634718c3025
|
checksum=09fdebc78ef169194f3d275ede5ef39087484c1395bf518484051bba81cb154e
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) makedepends+=" libexecinfo-devel"
|
*-musl) makedepends+=" libexecinfo-devel"
|
||||||
LDFLAGS+=" -lexecinfo"
|
LDFLAGS+=" -lexecinfo" ;;
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue