2 # Contributor: Judd <jvinet@zeroflux.org>
7 pkgdesc="Library to help mapping IDs, mainly for NFSv4"
9 url="http://www.citi.umich.edu/projects/nfsv4/linux/"
10 depends=('glibc' 'libldap>=2.4.18')
11 license=('custom:nfsidmap')
12 source=(https://fedorapeople.org/~steved/libnfsidmap/0.26/libnfsidmap-$pkgver.tar.bz2)
13 md5sums=('2c0cf0e2b1665d51fa9a783679494888')
16 cd "$srcdir"/lib$pkgname-$pkgver
17 ./configure --prefix=/usr --sysconfdir=/etc
22 cd "$srcdir"/lib$pkgname-$pkgver
23 make DESTDIR="$pkgdir" install
26 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/nfsidmap/LICENSE