# Description: Utilitaires pour le système de fichiers nfs # URL: http://nfs.sourceforge.net # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: libevent # Run on: portmap name=libnfs version=1.3.0 release=1 source=() build() { git clone git://github.com/sahlberg/libnfs cd $name autoreconf -vif ./configure --prefix=/usr make make DESTDIR=$PKG install }