kumquat-buildroot/package/erlang-p1-stun/erlang-p1-stun.mk
Frank Hunleth 86803492ec erlang-p1-stun: bump to version 0.9.0
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
[Thomas:
 - do only the version bump, not the package rename, as suggested by
   Romain Naour
 - erlang-p1-stun continues to depend on erlang-p1-tls, not
   erlang-fast_tls.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-02-20 19:20:59 +01:00

15 lines
488 B
Makefile

################################################################################
#
# erlang-p1-stun
#
################################################################################
ERLANG_P1_STUN_VERSION = 0.9.0
ERLANG_P1_STUN_SITE = $(call github,processone,stun,$(ERLANG_P1_STUN_VERSION))
ERLANG_P1_STUN_LICENSE = GPLv2+
ERLANG_P1_STUN_LICENSE_FILES = COPYING
ERLANG_P1_STUN_DEPENDENCIES = erlang-p1-tls erlang-p1-utils
ERLANG_P1_STUN_INSTALL_STAGING = YES
$(eval $(rebar-package))