buildroot/package/erlang-p1-stun/erlang-p1-stun.mk
Johan Oudinet c4bd3689ad package/erlang-p1-stun: bump version to 1.0.39
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-12-01 23:24:33 +01:00

15 lines
497 B
Makefile

################################################################################
#
# erlang-p1-stun
#
################################################################################
ERLANG_P1_STUN_VERSION = 1.0.39
ERLANG_P1_STUN_SITE = $(call github,processone,stun,$(ERLANG_P1_STUN_VERSION))
ERLANG_P1_STUN_LICENSE = Apache-2.0
ERLANG_P1_STUN_LICENSE_FILES = LICENSE.txt
ERLANG_P1_STUN_DEPENDENCIES = erlang-p1-tls erlang-p1-utils
ERLANG_P1_STUN_INSTALL_STAGING = YES
$(eval $(rebar-package))