summaryrefslogtreecommitdiff
path: root/package/librpcsecgss/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/librpcsecgss/Makefile')
-rw-r--r--package/librpcsecgss/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/package/librpcsecgss/Makefile b/package/librpcsecgss/Makefile
new file mode 100644
index 000000000..17a6404b2
--- /dev/null
+++ b/package/librpcsecgss/Makefile
@@ -0,0 +1,28 @@
+# $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:= librpcsecgss
+PKG_VERSION:= 0.18
+PKG_RELEASE:= 1
+PKG_MD5SUM:= f2c4a69c5a32f62b762a569b8d962156
+MASTER_SITES:= http://www.citi.umich.edu/projects/nfsv4/linux/librpcsecgss/
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,LIBRPCSECGSS,librpcsecgss,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+
+CONFIGURE_STYLE= autotool gnu
+BUILD_STYLE= auto
+INSTALL_STYLE= auto confprog
+
+post-extract:
+ $(CP) ./files/librpcsecgss.pc* $(WRKSRC)/
+post-install:
+ $(INSTALL_DIR) $(IDIR_LIBRPCSECGSS)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/librpcsecgss.so* $(IDIR_LIBRPCSECGSS)/usr/lib/
+
+include ${TOPDIR}/mk/pkg-bottom.mk