mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
lzlib: new package
[Thomas: reformat Config.in help text to have a reasonable width of the text.] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
d6cfb8fabe
commit
d05f5c983a
10
package/lzlib/Config.in
Normal file
10
package/lzlib/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
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/
|
||||
12
package/lzlib/lzlib.mk
Normal file
12
package/lzlib/lzlib.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
#############################################################
|
||||
#
|
||||
# lzlib
|
||||
#
|
||||
#############################################################
|
||||
|
||||
LZLIB_VERSION = 0.4.work3-1
|
||||
LZLIB_SUBDIR = lzlib-0.4-work3
|
||||
LZLIB_DEPENDENCIES = zlib
|
||||
LZLIB_LICENSE = MIT
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user