Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: spdawson at gmail.com <spdawson@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] msgpack: new package
Date: Sun, 30 Jun 2013 20:16:57 +0100	[thread overview]
Message-ID: <1372619817-24115-1-git-send-email-spdawson@gmail.com> (raw)

From: Simon Dawson <spdawson@gmail.com>

Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
 package/Config.in          |  1 +
 package/msgpack/Config.in  | 13 +++++++++++++
 package/msgpack/msgpack.mk | 12 ++++++++++++
 3 files changed, 26 insertions(+)
 create mode 100644 package/msgpack/Config.in
 create mode 100644 package/msgpack/msgpack.mk

diff --git a/package/Config.in b/package/Config.in
index ebeabeb..5613bd1 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -622,6 +622,7 @@ source "package/log4cxx/Config.in"
 source "package/lttng-libust/Config.in"
 source "package/mpc/Config.in"
 source "package/mpfr/Config.in"
+source "package/msgpack/Config.in"
 source "package/mtdev2tuio/Config.in"
 source "package/orc/Config.in"
 source "package/p11-kit/Config.in"
diff --git a/package/msgpack/Config.in b/package/msgpack/Config.in
new file mode 100644
index 0000000..7f28eaf
--- /dev/null
+++ b/package/msgpack/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_MSGPACK
+	bool "msgpack"
+	depends on BR2_INSTALL_LIBSTDCPP
+	help
+	  MessagePack is an efficient binary serialization format.
+
+	  It lets you exchange data among multiple languages like JSON but
+	  it's faster and smaller.
+
+	  http://msgpack.org/
+
+comment "msgpack requires a toolchain with C++ support enabled"
+	depends on !BR2_INSTALL_LIBSTDCPP
diff --git a/package/msgpack/msgpack.mk b/package/msgpack/msgpack.mk
new file mode 100644
index 0000000..c77729f
--- /dev/null
+++ b/package/msgpack/msgpack.mk
@@ -0,0 +1,12 @@
+################################################################################
+#
+# msgpack
+#
+################################################################################
+
+MSGPACK_VERSION = 0.5.4
+MSGPACK_SITE = http://downloads.sourceforge.net/project/msgpack/msgpack/cpp/
+MSGPACK_LICENSE = Apache-2.0
+MSGPACK_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))
-- 
1.8.1.2

             reply	other threads:[~2013-06-30 19:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-30 19:16 spdawson at gmail.com [this message]
2013-07-02 21:00 ` [Buildroot] [PATCH] msgpack: new package Peter Korsgaard

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=1372619817-24115-1-git-send-email-spdawson@gmail.com \
    --to=spdawson@gmail.com \
    --cc=buildroot@busybox.net \
    /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