This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_ERLANG_P1_ZLIB
bool "erlang-p1-zlib"
select BR2_PACKAGE_ZLIB
help
Erlang interface to zlib
https://github.com/processone/zlib

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 3328661c512c28e68db69b82202b8d6c4127f31f2aefc5b0040ba9bce6abe9b3 erlang-p1-zlib-1.0.4.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# erlang-p1-zlib
#
################################################################################
ERLANG_P1_ZLIB_VERSION = 1.0.4
ERLANG_P1_ZLIB_SITE = $(call github,processone,ezlib,$(ERLANG_P1_ZLIB_VERSION))
ERLANG_P1_ZLIB_LICENSE = Apache-2.0
ERLANG_P1_ZLIB_LICENSE_FILES = LICENSE.txt
ERLANG_P1_ZLIB_DEPENDENCIES = zlib
$(eval $(rebar-package))