mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Markus Pargmann <mpa@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Markus Pargmann <mpa@pengutronix.de>
Subject: [ptxdist] [PATCH 4/4] cppzmq: zmq header for C++
Date: Tue, 17 Jun 2014 10:25:18 +0200	[thread overview]
Message-ID: <1402993518-27068-4-git-send-email-mpa@pengutronix.de> (raw)
In-Reply-To: <1402993518-27068-1-git-send-email-mpa@pengutronix.de>

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
---
 rules/cppzmq.in   |  8 ++++++++
 rules/cppzmq.make | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)
 create mode 100644 rules/cppzmq.in
 create mode 100644 rules/cppzmq.make

diff --git a/rules/cppzmq.in b/rules/cppzmq.in
new file mode 100644
index 000000000000..8494cfbe10af
--- /dev/null
+++ b/rules/cppzmq.in
@@ -0,0 +1,8 @@
+## SECTION=networking
+
+config CPPZMQ
+	tristate
+	prompt "cppzmq"
+	select LIBZMQ
+	help
+	  C++ lib zmq bindings
diff --git a/rules/cppzmq.make b/rules/cppzmq.make
new file mode 100644
index 000000000000..91aa1f4afb55
--- /dev/null
+++ b/rules/cppzmq.make
@@ -0,0 +1,51 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2014 by Markus Pargmann <mpa@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_CPPZMQ) += cppzmq
+
+#
+# Paths and names
+#
+CPPZMQ_VERSION	:= ee47ae4cddc3
+CPPZMQ_MD5	:= cf5d2f77caaa0749e522c143fd5260c8
+CPPZMQ		:= cppzmq-$(CPPZMQ_VERSION)
+CPPZMQ_SUFFIX	:= tar.gz
+CPPZMQ_URL	:= https://github.com/zeromq/cppzmq.git;tag=$(CPPZMQ_VERSION)
+CPPZMQ_SOURCE	:= $(SRCDIR)/$(CPPZMQ).$(CPPZMQ_SUFFIX)
+CPPZMQ_DIR	:= $(BUILDDIR)/$(CPPZMQ)
+CPPZMQ_LICENSE	:= unknown
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+CPPZMQ_CONF_TOOL	:= NO
+
+# ----------------------------------------------------------------------------
+# Compile
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/cppzmq.compile:
+	@$(call targetinfo)
+	@$(call touch)
+
+# ----------------------------------------------------------------------------
+# Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/cppzmq.install:
+	@$(call targetinfo)
+	install -D -m 0644 $(CPPZMQ_DIR)/zmq.hpp $(CPPZMQ_PKGDIR)/usr/include/zmq.hpp
+	@$(call touch)
+
+# vim: syntax=make
-- 
2.0.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2014-06-17  8:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-17  8:25 [ptxdist] [PATCH 1/4] radvd: Initial commit Markus Pargmann
2014-06-17  8:25 ` [ptxdist] [PATCH 2/4] alfred: " Markus Pargmann
2014-06-17  8:25 ` [ptxdist] [PATCH 3/4] crda: Fix udev rule Markus Pargmann
2014-06-17  8:25 ` Markus Pargmann [this message]
2014-06-17 12:26   ` [ptxdist] [PATCH 4/4] cppzmq: zmq header for C++ Alexander Aring
2014-06-18  9:09     ` Markus Pargmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1402993518-27068-4-git-send-email-mpa@pengutronix.de \
    --to=mpa@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox