lua-coatpersistent: new package

[Thomas: mention that dependencies are run-time dependencies, adjust
help text.]

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:54 +01:00 committed by Thomas Petazzoni
parent a07d3d7a64
commit 30c7e8d2b9
3 changed files with 23 additions and 0 deletions

View File

@ -379,6 +379,7 @@ 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-coatpersistent/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,9 @@
config BR2_PACKAGE_LUA_COATPERSISTENT
bool "lua-coatpersistent"
# run-time dependencies
select BR2_PACKAGE_DADO
select BR2_PACKAGE_LUA_COAT
help
An ORM for lua-Coat.
http://fperrad.github.io/lua-CoatPersistent/

View File

@ -0,0 +1,13 @@
################################################################################
#
# lua-coatpersistent
#
################################################################################
LUA_COATPERSISTENT_VERSION_UPSTREAM = 0.2.0
LUA_COATPERSISTENT_VERSION = $(LUA_COATPERSISTENT_VERSION_UPSTREAM)-1
LUA_COATPERSISTENT_SUBDIR = lua-CoatPersistent-$(LUA_COATPERSISTENT_VERSION_UPSTREAM)
LUA_COATPERSISTENT_LICENSE = MIT
LUA_COATPERSISTENT_LICENSE_FILES = $(LUA_COATPERSISTENT_SUBDIR)/COPYRIGHT
$(eval $(luarocks-package))