ubuntu-buildroot/package/lua-zlib/lua-zlib.mk

13 lines
311 B
Makefile
Raw Normal View History

2024-04-01 15:19:46 +00:00
################################################################################
#
# lua-zlib
#
################################################################################
LUA_ZLIB_VERSION = 1.2-0
LUA_ZLIB_SUBDIR = lua-zlib
LUA_ZLIB_LICENSE = MIT
LUA_ZLIB_DEPENDENCIES = zlib
$(eval $(luarocks-package))