Move all to deprecated folder.
This commit is contained in:
9
deprecated/firmware/buildroot/package/luajson/Config.in
Normal file
9
deprecated/firmware/buildroot/package/luajson/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_LUAJSON
|
||||
bool "luajson"
|
||||
# run-time dependency
|
||||
select BR2_PACKAGE_LPEG
|
||||
help
|
||||
LuaJSON is a customizable JSON decoder/encoder
|
||||
using LPEG for parsing.
|
||||
|
||||
http://github.com/harningt/luajson
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 4898e5575713b37a1eb9badbd3968e15ec1856115daaed9819acf39113616619 luajson-1.3.3-1.src.rock
|
||||
12
deprecated/firmware/buildroot/package/luajson/luajson.mk
Normal file
12
deprecated/firmware/buildroot/package/luajson/luajson.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# luajson
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUAJSON_VERSION = 1.3.3-1
|
||||
LUAJSON_SUBDIR = luajson
|
||||
LUAJSON_LICENSE = MIT
|
||||
LUAJSON_LICENSE_FILES = $(LUAJSON_SUBDIR)/LICENSE
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user