# Description: Exporte une interface gssapi qui appelle d'autres librairies gssapi # URL: http://www.citi.umich.edu/projects/nfsv4/linux/ # Maintainer: NuTyX core team # Packager: tnut at nutyx dot com name=libgssglue version=0.4 release=1 source=( http://www.citi.umich.edu/projects/nfsv4/linux/$name/$name-$version.tar.gz ) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc make make DESTDIR=$PKG install }