Move all to deprecated folder.
This commit is contained in:
10
deprecated/firmware/buildroot/package/lzlib/Config.in
Normal file
10
deprecated/firmware/buildroot/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_LUAINTERPRETER
|
||||
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/
|
||||
2
deprecated/firmware/buildroot/package/lzlib/lzlib.hash
Normal file
2
deprecated/firmware/buildroot/package/lzlib/lzlib.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 c10055bde2c0a0ed14f22c1ee0701910b0b9885245baf7911201ab4dfd3b828c lzlib-0.4.work3-1.src.rock
|
||||
12
deprecated/firmware/buildroot/package/lzlib/lzlib.mk
Normal file
12
deprecated/firmware/buildroot/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