buildroot/package/erlang-p1-stun/erlang-p1-stun.mk
Johan Oudinet 2e9159e17c erlang-p1-stun: Bump to version 1.0.16
Adapt the patch that removes rebar dependencies to version changes.

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2018-01-17 22:32:56 +01:00

15 lines
497 B
Makefile

################################################################################
#
# erlang-p1-stun
#
################################################################################
ERLANG_P1_STUN_VERSION = 1.0.16
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))