summaryrefslogtreecommitdiff
path: root/package/libgssglue
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/libgssglue
Initial import
Diffstat (limited to 'package/libgssglue')
-rw-r--r--package/libgssglue/Config.in6
-rw-r--r--package/libgssglue/Makefile26
-rw-r--r--package/libgssglue/ipkg/libgssglue.control4
3 files changed, 36 insertions, 0 deletions
diff --git a/package/libgssglue/Config.in b/package/libgssglue/Config.in
new file mode 100644
index 000000000..0039e7cce
--- /dev/null
+++ b/package/libgssglue/Config.in
@@ -0,0 +1,6 @@
+config ADK_PACKAGE_LIBGSSGLUE
+ prompt "libgssglue........................ NFSv4 GSSAPI helper library"
+ tristate
+ default n
+ help
+
diff --git a/package/libgssglue/Makefile b/package/libgssglue/Makefile
new file mode 100644
index 000000000..de69e7d2f
--- /dev/null
+++ b/package/libgssglue/Makefile
@@ -0,0 +1,26 @@
+# $Id$
+#-
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= libgssglue
+PKG_VERSION:= 0.1
+PKG_RELEASE:= 1
+PKG_MD5SUM:= ce1b4c758e6de01b712d154c5c97e540
+MASTER_SITES:= http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,LIBGSSGLUE,libgssglue,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+
+CONFIGURE_STYLE= gnu
+BUILD_STYLE= auto
+INSTALL_STYLE= auto confprog
+
+post-install:
+ $(INSTALL_DIR) $(IDIR_LIBGSSGLUE)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/libgssglue.so* $(IDIR_LIBGSSGLUE)/usr/lib/
+
+include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/libgssglue/ipkg/libgssglue.control b/package/libgssglue/ipkg/libgssglue.control
new file mode 100644
index 000000000..44e801a6c
--- /dev/null
+++ b/package/libgssglue/ipkg/libgssglue.control
@@ -0,0 +1,4 @@
+Package: libgssglue
+Priority: optional
+Section: libs
+Description: library for NFSv4