summaryrefslogtreecommitdiffstats
path: root/extra/libgssglue
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
parent4e674c6ed59f26bd254ff92ecb9187fab6bd02a0 (diff)
downloadnutyx-extra-90df71857108b4bbdefe8c86081da6c1270ca50a.tar.gz
nutyx-extra-90df71857108b4bbdefe8c86081da6c1270ca50a.tar.bz2
nutyx-extra-90df71857108b4bbdefe8c86081da6c1270ca50a.tar.xz
nutyx-extra-90df71857108b4bbdefe8c86081da6c1270ca50a.zip
libgssglue dans extra
Diffstat (limited to 'extra/libgssglue')
-rw-r--r--extra/libgssglue/.footprint.i68613
-rw-r--r--extra/libgssglue/.footprint.x86_6413
-rw-r--r--extra/libgssglue/.md5sum.i6861
-rw-r--r--extra/libgssglue/.md5sum.x86_641
-rw-r--r--extra/libgssglue/Pkgfile19
5 files changed, 47 insertions, 0 deletions
diff --git a/extra/libgssglue/.footprint.i686 b/extra/libgssglue/.footprint.i686
new file mode 100644
index 000000000..abcaa0819
--- /dev/null
+++ b/extra/libgssglue/.footprint.i686
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/gssglue/
+drwxr-xr-x root/root usr/include/gssglue/gssapi/
+-rw-r--r-- root/root usr/include/gssglue/gssapi/gssapi.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libgssglue.a
+-rwxr-xr-x root/root usr/lib/libgssglue.la
+lrwxrwxrwx root/root usr/lib/libgssglue.so -> libgssglue.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libgssglue.so.1 -> libgssglue.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libgssglue.so.1.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libgssglue.pc
diff --git a/extra/libgssglue/.footprint.x86_64 b/extra/libgssglue/.footprint.x86_64
new file mode 100644
index 000000000..abcaa0819
--- /dev/null
+++ b/extra/libgssglue/.footprint.x86_64
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/gssglue/
+drwxr-xr-x root/root usr/include/gssglue/gssapi/
+-rw-r--r-- root/root usr/include/gssglue/gssapi/gssapi.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libgssglue.a
+-rwxr-xr-x root/root usr/lib/libgssglue.la
+lrwxrwxrwx root/root usr/lib/libgssglue.so -> libgssglue.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libgssglue.so.1 -> libgssglue.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libgssglue.so.1.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libgssglue.pc
diff --git a/extra/libgssglue/.md5sum.i686 b/extra/libgssglue/.md5sum.i686
new file mode 100644
index 000000000..fc3fc9511
--- /dev/null
+++ b/extra/libgssglue/.md5sum.i686
@@ -0,0 +1 @@
+ce1b4c758e6de01b712d154c5c97e540 libgssglue-0.1.tar.gz
diff --git a/extra/libgssglue/.md5sum.x86_64 b/extra/libgssglue/.md5sum.x86_64
new file mode 100644
index 000000000..fc3fc9511
--- /dev/null
+++ b/extra/libgssglue/.md5sum.x86_64
@@ -0,0 +1 @@
+ce1b4c758e6de01b712d154c5c97e540 libgssglue-0.1.tar.gz
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
+}
+