Commit d05f5c98 authored by Francois Perrad's avatar Francois Perrad Committed by Thomas Petazzoni
Browse files

lzlib: new package



[Thomas: reformat Config.in help text to have a reasonable width of
the text.]

Signed-off-by: default avatarFrancois Perrad <francois.perrad@gadz.org>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent d6cfb8fa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -396,6 +396,7 @@ source "package/lualogging/Config.in"
source "package/luaposix/Config.in"
source "package/luasec/Config.in"
source "package/luasocket/Config.in"
source "package/lzlib/Config.in"
source "package/orbit/Config.in"
source "package/rings/Config.in"
source "package/wsapi/Config.in"
+10 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LZLIB
	bool "lzlib"
	select BR2_PACKAGE_ZLIB
	depends on BR2_PACKAGE_HAS_LUA_INTERPRETER
	help
	  This package provides a library to access zlib library
	  functions and also to read/write gzip files using an
	  interface similar to the base io package.

	  http://luaforge.net/projects/lzlib/

package/lzlib/lzlib.mk

0 → 100644
+12 −0
Original line number Diff line number Diff line
#############################################################
#
# lzlib
#
#############################################################

LZLIB_VERSION = 0.4.work3-1
LZLIB_SUBDIR  = lzlib-0.4-work3
LZLIB_DEPENDENCIES = zlib
LZLIB_LICENSE = MIT

$(eval $(luarocks-package))