lua-messagepack: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Francois Perrad 2014-02-24 08:34:55 +01:00 committed by Thomas Petazzoni
parent 30c7e8d2b9
commit d56e04ae6e
3 changed files with 21 additions and 0 deletions

View File

@ -381,6 +381,7 @@ source "package/lua-cjson/Config.in"
source "package/lua-coat/Config.in"
source "package/lua-coatpersistent/Config.in"
source "package/lua-ev/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"

View File

@ -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/

View File

@ -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))