mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +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,13 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
COPAS_VERSION = 1.1.6
|
||||
COPAS_SITE = http://github.com/downloads/keplerproject/copas
|
||||
COPAS_VERSION = 1.1.6-1
|
||||
COPAS_LICENSE = MIT
|
||||
|
||||
define COPAS_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0644 -D $(@D)/src/copas/copas.lua \
|
||||
$(TARGET_DIR)/usr/share/lua/5.1/copas.lua
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
$(eval $(luarocks-package))
|
||||
|
||||
Reference in New Issue
Block a user