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>
This commit is contained in:
Francois Perrad
2014-01-11 16:42:10 +01:00
committed by Peter Korsgaard
parent 63058f8b02
commit 5886f8c339
15 changed files with 50 additions and 214 deletions

View File

@@ -4,12 +4,7 @@
#
################################################################################
CGILUA_VERSION = 5.1.4
CGILUA_SITE = http://github.com/downloads/keplerproject/cgilua
CGILUA_VERSION = 5.1.4-1
CGILUA_LICENSE = MIT
define CGILUA_INSTALL_TARGET_CMDS
$(MAKE) PREFIX="$(TARGET_DIR)/usr" -C $(@D) install
endef
$(eval $(generic-package))
$(eval $(luarocks-package))