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,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))