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
374 B
Makefile
13 lines
374 B
Makefile
################################################################################
|
|
#
|
|
# lua-iconv
|
|
#
|
|
################################################################################
|
|
|
|
LUA_ICONV_VERSION = 7-1
|
|
LUA_ICONV_LICENSE = MIT
|
|
LUA_ICONV_LICENSE_FILES = $(LUA_ICONV_SUBDIR)/COPYING
|
|
LUA_ICONV_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
|
|
|
$(eval $(luarocks-package))
|