summaryrefslogtreecommitdiffstats
path: root/base/librpcsecgss/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-07-01 21:35:04 +0200
committertnut <tnut at nutyx dot com>2011-07-01 21:35:04 +0200
commit1d9004d284f2cf4007b3e088cfe0dac4482aa8a7 (patch)
tree8ddce37276e2f84ce6bb73a6360e5724b859201f /base/librpcsecgss/Pkgfile
parent1250e251f8ebe069e7ad33f7dd0a4a0a1f77eea8 (diff)
downloadnutyx-pakxe-1d9004d284f2cf4007b3e088cfe0dac4482aa8a7.tar.gz
nutyx-pakxe-1d9004d284f2cf4007b3e088cfe0dac4482aa8a7.tar.bz2
nutyx-pakxe-1d9004d284f2cf4007b3e088cfe0dac4482aa8a7.tar.xz
nutyx-pakxe-1d9004d284f2cf4007b3e088cfe0dac4482aa8a7.zip
ajout de librpcsecgss 0.19-1
Diffstat (limited to 'base/librpcsecgss/Pkgfile')
-rw-r--r--base/librpcsecgss/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/base/librpcsecgss/Pkgfile b/base/librpcsecgss/Pkgfile
new file mode 100644
index 000000000..bc8497c62
--- /dev/null
+++ b/base/librpcsecgss/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=librpcsecgss
+version=0.19
+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
+}
+