From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/libgssglue/Config.in | 6 ++++++ package/libgssglue/Makefile | 26 ++++++++++++++++++++++++++ package/libgssglue/ipkg/libgssglue.control | 4 ++++ 3 files changed, 36 insertions(+) create mode 100644 package/libgssglue/Config.in create mode 100644 package/libgssglue/Makefile create mode 100644 package/libgssglue/ipkg/libgssglue.control (limited to 'package/libgssglue') 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 -- cgit v1.2.3