From patchwork Mon Feb 24 07:34:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 323477 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id A6C522C02FA for ; Mon, 24 Feb 2014 18:36:57 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E31003224F; Mon, 24 Feb 2014 07:36:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dya77Ux9wRSF; Mon, 24 Feb 2014 07:36:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 5233B31DED; Mon, 24 Feb 2014 07:35:59 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A98C31BF845 for ; Mon, 24 Feb 2014 07:35:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A48F68A6F4 for ; Mon, 24 Feb 2014 07:35:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8Lym+eH38Dxh for ; Mon, 24 Feb 2014 07:35:37 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3609D8A546 for ; Mon, 24 Feb 2014 07:35:37 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id f8so2691559wiw.7 for ; Sun, 23 Feb 2014 23:35:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=U/0ZOEg4SWXB3JWgwyTk4ZmL37lHuOsJ8yGr1CIBQeI=; b=FLVU5kGpYf/zMpUDDTa9/Tam3AilQozs+EoQa/HoCwK0xXHh5IWrE564AvmT5oUZwy GKSyRzfa6QVla7fVH4mnG23RjiPxeVuU/m8TWklD+wuySpd0oWwZ2y03YOEOPU+qmQui lXdBdzjMifZW5zM9IaQZGhNQbjNZ/+TclOvQipLA6Wx/yXCNcBT35kmmx3cJQ0gJLHlL exRXoCsXEC8zDYhbxn+NlghpbwJ9j1cjSB+quK9WlBfRhrIt9IYq8Ym79gl4LDqAWeF7 3uIJ9jDT4bZ134U4S/ZTGBzAHZf6J1etadNM/zxWi3ZeKhc70gUUlAjaAaV3hMPoCm/0 DElQ== X-Received: by 10.194.175.202 with SMTP id cc10mr17297486wjc.48.1393227335827; Sun, 23 Feb 2014 23:35:35 -0800 (PST) Received: from ubuntu.localdomain (80.7.83.79.rev.sfr.net. [79.83.7.80]) by mx.google.com with ESMTPSA id 12sm39792337wjm.10.2014.02.23.23.35.34 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 23 Feb 2014 23:35:35 -0800 (PST) From: Francois Perrad To: buildroot@busybox.net Date: Mon, 24 Feb 2014 08:34:55 +0100 Message-Id: <1393227301-14874-20-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1393227301-14874-1-git-send-email-francois.perrad@gadz.org> References: <1393227301-14874-1-git-send-email-francois.perrad@gadz.org> Subject: [Buildroot] [PATCH 19/24] lua-messagepack: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Francois Perrad --- package/Config.in | 1 + package/lua-messagepack/Config.in | 7 +++++++ package/lua-messagepack/lua-messagepack.mk | 13 +++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 package/lua-messagepack/Config.in create mode 100644 package/lua-messagepack/lua-messagepack.mk diff --git a/package/Config.in b/package/Config.in index 3ed5f34..4e32d25 100644 --- a/package/Config.in +++ b/package/Config.in @@ -379,6 +379,7 @@ source "package/lua-coat/Config.in" source "package/lua-coatpersistent/Config.in" source "package/lua-ev/Config.in" source "package/lua-iconv/Config.in" +source "package/lua-messagepack/Config.in" source "package/lua-msgpack-native/Config.in" source "package/lua-testmore/Config.in" source "package/luasql-sqlite3/Config.in" diff --git a/package/lua-messagepack/Config.in b/package/lua-messagepack/Config.in new file mode 100644 index 0000000..f44fa3b --- /dev/null +++ b/package/lua-messagepack/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_LUA_MESSAGEPACK + bool "lua-messagepack" + help + a pure Lua implementation of the MessagePack serialization format + + http://fperrad.github.io/lua-MessagePack/ + diff --git a/package/lua-messagepack/lua-messagepack.mk b/package/lua-messagepack/lua-messagepack.mk new file mode 100644 index 0000000..9a680ee --- /dev/null +++ b/package/lua-messagepack/lua-messagepack.mk @@ -0,0 +1,13 @@ +################################################################################ +# +# lua-messagepack +# +################################################################################ + +LUA_MESSAGEPACK_VERSION_UPSTREAM = 0.3.0 +LUA_MESSAGEPACK_VERSION = $(LUA_MESSAGEPACK_VERSION_UPSTREAM)-1 +LUA_MESSAGEPACK_SUBDIR = lua-MessagePack-$(LUA_MESSAGEPACK_VERSION_UPSTREAM) +LUA_MESSAGEPACK_LICENSE = MIT +LUA_MESSAGEPACK_LICENSE_FILES = $(LUA_MESSAGEPACK_SUBDIR)/COPYRIGHT + +$(eval $(luarocks-package))