7dcbaa1a08
which is now compatible with Lua 5.2 Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
287 B
Makefile
12 lines
287 B
Makefile
################################################################################
|
|
#
|
|
# luaexpat
|
|
#
|
|
################################################################################
|
|
|
|
LUAEXPAT_VERSION = 1.3.0-1
|
|
LUAEXPAT_DEPENDENCIES = expat
|
|
LUAEXPAT_LICENSE = MIT
|
|
|
|
$(eval $(luarocks-package))
|