2014-02-24 08:34:57 +01:00
|
|
|
config BR2_PACKAGE_LZLIB
|
|
|
|
bool "lzlib"
|
|
|
|
select BR2_PACKAGE_ZLIB
|
2014-04-05 17:21:42 +02:00
|
|
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
2014-02-24 08:34:57 +01:00
|
|
|
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/
|