nfs4-acl-tools: update to 0.3.7.

Closes: #24558 [via git-merge-pr]
This commit is contained in:
Anthony Iliopoulos 2020-08-30 22:41:49 +02:00 committed by Andrew J. Hesford
parent c543770a10
commit be437dc82d

View File

@ -1,6 +1,6 @@
# Template file for 'nfs4-acl-tools'
pkgname=nfs4-acl-tools
version=0.3.5
version=0.3.7
revision=1
build_style=gnu-configure
configure_args="ac_cv_path_LIBTOOL='/usr/bin/libtool --tag=CC'
@ -12,9 +12,13 @@ maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
license="BSD-3-Clause, LGPL-2.1-or-later, GPL-2.0-only"
homepage="http://linux-nfs.org/wiki/index.php/Main_Page"
distfiles="http://linux-nfs.org/~bfields/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=b54a1dbaeb0fd480f2b0d2767b789fa80110124b71c6a73905ade99e9229a47e
checksum=1b929f15b7b8d1701a416a0888df61a2a173b50eeaa9fed4f28543ffe8989503
disable_parallel_build=yes
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi
do_configure() {
sed -i "s;@configure_args@;$(echo $configure_args | paste);" Makefile
}