Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View 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/

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 c10055bde2c0a0ed14f22c1ee0701910b0b9885245baf7911201ab4dfd3b828c lzlib-0.4.work3-1.src.rock

View 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))