# $Id: PKGBUILD 136619 2011-08-31 07:19:40Z tpowa $ # Maintainer: # Contributor: Judd pkgname=nfsidmap pkgver=0.24 pkgrel=3 pkgdesc="Library to help mapping IDs, mainly for NFSv4" arch=('i686' 'x86_64') url="http://www.citi.umich.edu/projects/nfsv4/linux/" depends=('glibc' 'libldap>=2.4.18') license=('custom:nfsidmap') options=(!libtool) source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz) md5sums=('d71a1ee9881d5b5814ff3ec41256937d') build() { cd $srcdir/lib$pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc make } package() { cd $srcdir/lib$pkgname-$pkgver make DESTDIR=$pkgdir install # install license install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE }