95176657e5
This commit aligns the .mk files of Lua packages so that they match with the output of the recently added Buildroot addon for Luarocks. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
321 B
Makefile
13 lines
321 B
Makefile
################################################################################
|
|
#
|
|
# copas
|
|
#
|
|
################################################################################
|
|
|
|
COPAS_VERSION = 2.0.2-1
|
|
COPAS_SUBDIR = copas-2_0_2
|
|
COPAS_LICENSE = MIT
|
|
COPAS_LICENSE_FILES = $(COPAS_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|