kumquat-buildroot/package/copas/copas.mk
Francois Perrad 96a1cf3838 lua: remove built dependencies
runtime dependencies are handled in Config.in

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-08-13 23:41:41 +02:00

21 lines
526 B
Makefile

################################################################################
#
# copas
#
################################################################################
COPAS_VERSION = 1.1.6
COPAS_SITE = http://github.com/downloads/keplerproject/copas
COPAS_LICENSE = MIT
define COPAS_INSTALL_TARGET_CMDS
$(INSTALL) -m 0644 -D $(@D)/src/copas/copas.lua \
$(TARGET_DIR)/usr/share/lua/copas.lua
endef
define COPAS_UNINSTALL_TARGET_CMDS
rm -f "$(TARGET_DIR)/usr/share/lua/copas.lua"
endef
$(eval $(generic-package))