From 56f08914962b4506501c7b5a8e0e835d102bef11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 19 Nov 2018 11:33:11 +0100 Subject: [PATCH] libnfsidmap: rebuild for metadata --- srcpkgs/libnfsidmap/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libnfsidmap/template b/srcpkgs/libnfsidmap/template index 41c6019500..39ab6d98c1 100644 --- a/srcpkgs/libnfsidmap/template +++ b/srcpkgs/libnfsidmap/template @@ -1,18 +1,22 @@ # Template file for 'libnfsidmap' pkgname=libnfsidmap version=0.26 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="automake libtool" makedepends="libldap-devel" short_desc="Library to help mapping IDs, mainly for NFSv4" maintainer="Juan RP " -license="BSD" +license="BSD-3-Clause" homepage="http://www.citi.umich.edu/projects/nfsv4/linux/" distfiles="https://fedorapeople.org/~steved/${pkgname}/${version}/${pkgname}-${version}.tar.bz2" checksum=391cd35a8aa48bcba1678b483c3e2525d0990eca963bb035962fcf1e3ee2a8bf +post_install() { + vlicense COPYING +} + pre_configure() { case "$XBPS_TARGET_MACHINE" in *-musl) sed -i 's,u_int,uint,g;s,u_char,unsigned char,g' *.[ch];;