summaryrefslogtreecommitdiff
path: root/package/libcapi20
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-09-25 23:08:30 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-09-25 23:08:30 +0200
commitee3d636b786d31352d40b448fb93051cbe7f6445 (patch)
treeff0a9fb27fda0f32c0c30eaf072c4f8d29e711a2 /package/libcapi20
parenteb1471a738661603e1c907e6076604b2a5a89fb7 (diff)
add new package contributed by joerg
Diffstat (limited to 'package/libcapi20')
-rw-r--r--package/libcapi20/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/libcapi20/Makefile b/package/libcapi20/Makefile
new file mode 100644
index 000000000..689f8f40c
--- /dev/null
+++ b/package/libcapi20/Makefile
@@ -0,0 +1,22 @@
+# 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:= libcapi20
+PKG_VERSION:= 3.0.5-cm
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 230fce089ea094742021f90e4884ce8a
+PKG_DESCR:= CAPI library
+PKG_SECTION:= libs
+PKG_SITES:= ftp://ftp.melware.net/capi-utils/
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,LIBCAPI20,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+post-install:
+ $(INSTALL_DIR) $(IDIR_LIBCAPI20)/usr/lib
+ ${CP} ${WRKINST}/usr/lib/libcapi20.so* ${IDIR_LIBCAPI20}/usr/lib
+
+include ${TOPDIR}/mk/pkg-bottom.mk