# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
pkgname=libnfs
pkgver=5.0.3
pkgrel=1
pkgdesc="client library for accessing NFS shares"
arch=('x86_64' 'armv7h')
url="https://github.com/sahlberg/libnfs"
license=('GPL')
options=('debug')
depends=('glibc')
source=(
"https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz"
)
sha512sums=('1581c4a599e7b2a837553df2a4e1e4255a726907cd54ce3e82b0b725c79e2fd15d7ed921dbe9519d73204f5ca735d27b347888d3f1162c4c2144e9d72e327ff1')
#prepare() {
#cd "$pkgname-$pkgname-$pkgver"
#}
build() {
cd "$pkgname-$pkgname-$pkgver"
autoreconf -vif
./configure --prefix=/usr
make
}
package() {
cd "$pkgname-$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}