erlang-p1-zlib: new package.

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015.08.x
Johan Oudinet 2015-01-12 10:32:10 +01:00 committed by Thomas Petazzoni
parent 1a32f6bf2b
commit 80137e0e7d
3 changed files with 21 additions and 0 deletions

View File

@ -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"

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