buildrootschalter/package/lua-cjson/lua-cjson.mk
Francois Perrad 5886f8c339 lua*: refactor with luarocks infrastructure
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-01-13 23:18:29 +01:00

13 lines
393 B
Makefile

################################################################################
#
# lua-cjson
#
################################################################################
LUA_CJSON_VERSION_UPSTREAM = 2.1.0
LUA_CJSON_VERSION = $(LUA_CJSON_VERSION_UPSTREAM)-1
LUA_CJSON_LICENSE = MIT
LUA_CJSON_LICENSE_FILES = lua-cjson-$(LUA_CJSON_VERSION_UPSTREAM)/LICENSE
$(eval $(luarocks-package))