Add buildroot 2018-02
This commit is contained in:
7
buildroot/package/lua-messagepack/Config.in
Normal file
7
buildroot/package/lua-messagepack/Config.in
Normal 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/
|
||||
3
buildroot/package/lua-messagepack/lua-messagepack.hash
Normal file
3
buildroot/package/lua-messagepack/lua-messagepack.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 a27d985b8bdb79ebe78dfe255c795e839a04eb2fed1c610a81c7876e3f72fd97 lua-messagepack-0.5.1-1.src.rock
|
||||
sha256 b7f69ada6aed7e0cdfd690291607d8f41246e67f191107ecdc0a1e592c449abe lua-messagepack-lua53-0.5.1-1.src.rock
|
||||
18
buildroot/package/lua-messagepack/lua-messagepack.mk
Normal file
18
buildroot/package/lua-messagepack/lua-messagepack.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-messagepack
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_MESSAGEPACK_VERSION_UPSTREAM = 0.5.1
|
||||
LUA_MESSAGEPACK_VERSION = $(LUA_MESSAGEPACK_VERSION_UPSTREAM)-1
|
||||
ifeq ($(BR2_PACKAGE_LUA_5_3),y)
|
||||
LUA_MESSAGEPACK_NAME_UPSTREAM = lua-MessagePack-lua53
|
||||
else
|
||||
LUA_MESSAGEPACK_NAME_UPSTREAM = lua-MessagePack
|
||||
endif
|
||||
LUA_MESSAGEPACK_SUBDIR = lua-MessagePack-$(LUA_MESSAGEPACK_VERSION_UPSTREAM)
|
||||
LUA_MESSAGEPACK_LICENSE = MIT
|
||||
LUA_MESSAGEPACK_LICENSE_FILES = $(LUA_MESSAGEPACK_SUBDIR)/COPYRIGHT
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user