mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
erlang-p1-zlib: new package.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
1a32f6bf2b
commit
80137e0e7d
@ -401,6 +401,7 @@ if BR2_PACKAGE_ERLANG
|
||||
menu "Erlang libraries/modules"
|
||||
source "package/erlang-goldrush/Config.in"
|
||||
source "package/erlang-lager/Config.in"
|
||||
source "package/erlang-p1-zlib/Config.in"
|
||||
endmenu
|
||||
endif
|
||||
source "package/guile/Config.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
|
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 = 52e82bb
|
||||
ERLANG_P1_ZLIB_SITE = $(call github,processone,zlib,$(ERLANG_P1_ZLIB_VERSION))
|
||||
ERLANG_P1_ZLIB_LICENSE = GPLv2+
|
||||
ERLANG_P1_ZLIB_LICENSE_FILES = COPYING
|
||||
ERLANG_P1_ZLIB_DEPENDENCIES = zlib
|
||||
|
||||
$(eval $(rebar-package))
|
Loading…
Reference in New Issue
Block a user