mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
407 B
Makefile
14 lines
407 B
Makefile
################################################################################
|
|
#
|
|
# lua-iconv
|
|
#
|
|
################################################################################
|
|
|
|
LUA_ICONV_VERSION = 7.1.0-1
|
|
LUA_ICONV_SUBDIR = lua-iconv
|
|
LUA_ICONV_LICENSE = MIT
|
|
LUA_ICONV_LICENSE_FILES = $(LUA_ICONV_SUBDIR)/COPYING
|
|
LUA_ICONV_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
|
|
|
$(eval $(luarocks-package))
|