21273da96e
The copyright year in the license file has been updated to 2022, hence the new license hash. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
436 B
Makefile
14 lines
436 B
Makefile
################################################################################
|
|
#
|
|
# erlang-p1-zlib
|
|
#
|
|
################################################################################
|
|
|
|
ERLANG_P1_ZLIB_VERSION = 1.0.10
|
|
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))
|