mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
7
package/erlang-p1-zlib/Config.in
Normal file
7
package/erlang-p1-zlib/Config.in
Normal 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
|
||||
2
package/erlang-p1-zlib/erlang-p1-zlib.hash
Normal file
2
package/erlang-p1-zlib/erlang-p1-zlib.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 3328661c512c28e68db69b82202b8d6c4127f31f2aefc5b0040ba9bce6abe9b3 erlang-p1-zlib-1.0.4.tar.gz
|
||||
13
package/erlang-p1-zlib/erlang-p1-zlib.mk
Normal file
13
package/erlang-p1-zlib/erlang-p1-zlib.mk
Normal 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))
|
||||
Reference in New Issue
Block a user