diff options
Diffstat (limited to 'extra/libgssglue/Pkgfile')
-rw-r--r-- | extra/libgssglue/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/libgssglue/Pkgfile b/extra/libgssglue/Pkgfile new file mode 100644 index 000000000..53b9a5f7b --- /dev/null +++ b/extra/libgssglue/Pkgfile @@ -0,0 +1,19 @@ +# Decription: 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.1 +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 +} + |