lua-coat: 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:53 +01:00 committed by Thomas Petazzoni
parent 410ffd77f4
commit a07d3d7a64
3 changed files with 20 additions and 0 deletions

View File

@ -378,6 +378,7 @@ source "package/ljsyscall/Config.in"
source "package/lpeg/Config.in"
source "package/lrandom/Config.in"
source "package/lua-cjson/Config.in"
source "package/lua-coat/Config.in"
source "package/lua-ev/Config.in"
source "package/lua-msgpack-native/Config.in"
source "package/lua-testmore/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_LUA_COAT
bool "lua-coat"
help
Yet Another Lua Object-Oriented Model
http://fperrad.github.io/lua-Coat/

View File

@ -0,0 +1,13 @@
################################################################################
#
# lua-coat
#
################################################################################
LUA_COAT_VERSION_UPSTREAM = 0.9.0
LUA_COAT_VERSION = $(LUA_COAT_VERSION_UPSTREAM)-1
LUA_COAT_SUBDIR = lua-Coat-$(LUA_COAT_VERSION_UPSTREAM)
LUA_COAT_LICENSE = MIT
LUA_COAT_LICENSE_FILES = $(LUA_COAT_SUBDIR)/COPYRIGHT
$(eval $(luarocks-package))