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