d8ac059cb3
[Thomas: explicitly mention that lpeg is a run-time dependency, and simplify the version specification. Both comments were made by Arnout.] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
330 B
Makefile
13 lines
330 B
Makefile
################################################################################
|
|
#
|
|
# luajson
|
|
#
|
|
################################################################################
|
|
|
|
LUAJSON_VERSION = 1.3.2-1
|
|
LUAJSON_SUBDIR = luajson
|
|
LUAJSON_LICENSE = MIT
|
|
LUAJSON_LICENSE_FILES = $(LUAJSON_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|