aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zeromq
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2011-03-13 22:32:19 +0100
committerPetr Štetiar <ynezz@true.cz>2011-05-08 19:56:41 +0200
commitb8e90091aca8777092aa410fbfbb5c5d8cc7cbcb (patch)
treee7a3f28d20b85f200d16723ace53c0eceb1fa0ca /recipes/zeromq
parent0409d1d98a400c56d348de1f49c8a09f38b52fba (diff)
downloadopenembedded-b8e90091aca8777092aa410fbfbb5c5d8cc7cbcb.tar.gz
zeromq: add new recipe for version 2.1.6
Tested-by: Craig Swank <craigswank@gmail.com> Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'recipes/zeromq')
-rw-r--r--recipes/zeromq/zeromq_2.1.6.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/zeromq/zeromq_2.1.6.bb b/recipes/zeromq/zeromq_2.1.6.bb
new file mode 100644
index 0000000000..ec291f5966
--- /dev/null
+++ b/recipes/zeromq/zeromq_2.1.6.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "ZeroMQ looks like an embeddable networking library but acts like a concurrency framework"
+HOMEPAGE = "http://www.zeromq.org"
+LICENSE = "LGPLv3+"
+LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=66ea8704398d7996daeacd2fbd2b9dbd"
+
+PR = "r0"
+
+DEPENDS += "util-linux-ng"
+
+S = "${WORKDIR}/zeromq-${PV}"
+
+SRC_URI = "http://download.zeromq.org/zeromq-${PV}.tar.gz"
+
+inherit autotools
+
+do_configure_prepend() {
+ ./autogen.sh
+}
+
+SRC_URI[md5sum] = "77b9ca20e8f2426874022080f41d7b0b"
+SRC_URI[sha256sum] = "a1bbb352a9dbf34b18a3999b22a8db2d51e4a52508d098528d771811533f9fd0"