mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
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))
|