# Template file for 'yaz' pkgname=yaz version=5.27.1 revision=3 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" 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/" distfiles="http://ftp.indexdata.dk/pub/yaz/yaz-${version}.tar.gz" checksum=2e3f0cd304f38b4ad315d70771b378d4efafab37e9a28d4d4d6cd634718c3025 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" libexecinfo-devel" LDFLAGS+=" -lexecinfo" ;; esac post_install() { vlicense LICENSE } yaz-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/bin/yaz-config 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/share/aclocal } }