summaryrefslogtreecommitdiff
path: root/package/libestr
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-28 10:24:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-28 10:24:47 +0200
commitcd4740237a8257dde31ace29230f5544aa130328 (patch)
tree02b7130c9c219dd0b8e7c58414f5c98a02994d12 /package/libestr
parentaac657a90afe72d3e4ff1e7dbbcdbd236e0ba586 (diff)
add new package rsyslog and dependencies
Diffstat (limited to 'package/libestr')
-rw-r--r--package/libestr/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/libestr/Makefile b/package/libestr/Makefile
new file mode 100644
index 000000000..3ed7bce13
--- /dev/null
+++ b/package/libestr/Makefile
@@ -0,0 +1,27 @@
+# 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:= libestr
+PKG_VERSION:= 0.1.9
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 681ca0ed7e5ae6ddff70fdec413096e4
+PKG_DESCR:= some essentials for string handling
+PKG_SECTION:= libs
+PKG_URL:= http://libestr.adiscon.com/
+PKG_SITES:= http://libestr.adiscon.com/files/download/
+PKG_OPTS:= dev
+
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,LIBESTR,libestr,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
+
+libestr-install:
+ $(INSTALL_DIR) $(IDIR_LIBESTR)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/libestr*.so* \
+ $(IDIR_LIBESTR)/usr/lib
+
+include ${TOPDIR}/mk/pkg-bottom.mk