summaryrefslogtreecommitdiffstats
path: root/extra/libgssglue/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:31:37 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:31:37 +0200
commit90df71857108b4bbdefe8c86081da6c1270ca50a (patch)
tree8b8c9a7ddf1f8ba8ace05e8362522fc2b0d509af /extra/libgssglue/Pkgfile
parent4e674c6ed59f26bd254ff92ecb9187fab6bd02a0 (diff)
downloadnutyx-pakxe-90df71857108b4bbdefe8c86081da6c1270ca50a.tar.gz
nutyx-pakxe-90df71857108b4bbdefe8c86081da6c1270ca50a.tar.bz2
nutyx-pakxe-90df71857108b4bbdefe8c86081da6c1270ca50a.tar.xz
nutyx-pakxe-90df71857108b4bbdefe8c86081da6c1270ca50a.zip
libgssglue dans extra
Diffstat (limited to 'extra/libgssglue/Pkgfile')
-rw-r--r--extra/libgssglue/Pkgfile19
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
+}
+