b4fd87f993
This module is only partially compatible with lzlib (which is no longer maintained). Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [yann.morin.1998@free.fr: amend commit log about limited compatibility] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
13 lines
311 B
Makefile
13 lines
311 B
Makefile
################################################################################
|
|
#
|
|
# lua-zlib
|
|
#
|
|
################################################################################
|
|
|
|
LUA_ZLIB_VERSION = 1.2-0
|
|
LUA_ZLIB_SUBDIR = lua-zlib
|
|
LUA_ZLIB_LICENSE = MIT
|
|
LUA_ZLIB_DEPENDENCIES = zlib
|
|
|
|
$(eval $(luarocks-package))
|