kumquat-buildroot/package/erlang-p1-sip/erlang-p1-sip.mk
Johan Oudinet 5158eaa866 erlang-p1-sip: bump to version fd3e461
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-11 12:27:20 +02:00

15 lines
521 B
Makefile

################################################################################
#
# erlang-p1-sip
#
################################################################################
ERLANG_P1_SIP_VERSION = fd3e461
ERLANG_P1_SIP_SITE = $(call github,processone,p1_sip,$(ERLANG_P1_SIP_VERSION))
ERLANG_P1_SIP_LICENSE = GPLv2 with OpenSSL exception
ERLANG_P1_SIP_LICENSE_FILES = COPYING
ERLANG_P1_SIP_DEPENDENCIES = erlang-p1-stun erlang-p1-tls erlang-p1-utils
ERLANG_P1_SIP_INSTALL_STAGING = YES
$(eval $(rebar-package))