opt/libnfsidmap/Pkgfile

16 lines
406 B
Plaintext

# Description: Id mapping library for NFSv4
# Maintainer: Juergen Daubert, jue at crux dot nu
# URL: http://www.citi.umich.edu/projects/nfsv4/linux/
name=libnfsidmap
version=0.25
release=1
source=(http://www.citi.umich.edu/projects/nfsv4/linux/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}