summaryrefslogtreecommitdiffstats
path: root/rules/libzmq.in
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-02-27 22:03:04 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-03-03 13:04:10 +0100
commitea29a0a27fa0bb1fbcdf755011547c0804476416 (patch)
treeca2245417ee90d1f2ce83003d4b96885671c3b5e /rules/libzmq.in
parentc82abed2a7e36fd88b786febfa49d426643ef6e2 (diff)
downloadptxdist-ea29a0a27fa0bb1fbcdf755011547c0804476416.tar.gz
ptxdist-ea29a0a27fa0bb1fbcdf755011547c0804476416.tar.xz
libzmq: add new package
Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libzmq.in')
-rw-r--r--rules/libzmq.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/libzmq.in b/rules/libzmq.in
new file mode 100644
index 000000000..c272f845d
--- /dev/null
+++ b/rules/libzmq.in
@@ -0,0 +1,12 @@
+## SECTION=networking
+
+config LIBZMQ
+ tristate
+ prompt "libzmq"
+ help
+ The zeroMQ lightweight messaging kernel is a library which extends the
+ standard socket interfaces with features traditionally provided by
+ specialised messaging middleware products. zeroMQ sockets provide an
+ abstraction of asynchronous message queues, multiple messaging patterns,
+ message filtering (subscriptions), seamless access to multiple transport
+ protocols and more.