description="client library for accessing NFS shares"
url="https://github.com/sahlberg/libnfs"

packager="tnut <tnut@nutyx.org>"

name=libnfs
version=4.0.0

source=(https://github.com/sahlberg/$name/archive/$name-$version.tar.gz)

build() {
cd $name-$name-$version
autoreconf -vif
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
