mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Changelog: https://github.com/brimworks/lua-zlib/releases/tag/v1.3 Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [Julien: add link to changelog] Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
311 B
Makefile
13 lines
311 B
Makefile
################################################################################
|
|
#
|
|
# lua-zlib
|
|
#
|
|
################################################################################
|
|
|
|
LUA_ZLIB_VERSION = 1.3-0
|
|
LUA_ZLIB_SUBDIR = lua-zlib
|
|
LUA_ZLIB_LICENSE = MIT
|
|
LUA_ZLIB_DEPENDENCIES = zlib
|
|
|
|
$(eval $(luarocks-package))
|