mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
committed by
Peter Korsgaard
parent
63058f8b02
commit
5886f8c339
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user