summaryrefslogtreecommitdiffstats
path: root/package/erlang-p1-stun
diff options
context:
space:
mode:
authorJohan Oudinet <johan.oudinet@gmail.com>2015-01-12 10:32:15 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-03 10:23:24 +0100
commit63e4680accc52ef873e774492361286bf9a16352 (patch)
tree469ae98799c4515dbad2a03885c6bd314d60cd28 /package/erlang-p1-stun
parent73eab34485ba9832f8d1221f65547a19aeffd03a (diff)
downloadbuildroot-63e4680accc52ef873e774492361286bf9a16352.tar.gz
buildroot-63e4680accc52ef873e774492361286bf9a16352.zip
erlang-p1-stun: new package.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/erlang-p1-stun')
-rw-r--r--package/erlang-p1-stun/Config.in8
-rw-r--r--package/erlang-p1-stun/erlang-p1-stun.mk14
2 files changed, 22 insertions, 0 deletions
diff --git a/package/erlang-p1-stun/Config.in b/package/erlang-p1-stun/Config.in
new file mode 100644
index 0000000000..70cdd91599
--- /dev/null
+++ b/package/erlang-p1-stun/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_ERLANG_P1_STUN
+ bool "erlang-p1-stun"
+ select BR2_PACKAGE_ERLANG_P1_TLS
+ select BR2_PACKAGE_ERLANG_P1_UTILS
+ help
+ STUN library for Erlang
+
+ https://github.com/processone/stun
diff --git a/package/erlang-p1-stun/erlang-p1-stun.mk b/package/erlang-p1-stun/erlang-p1-stun.mk
new file mode 100644
index 0000000000..7b4b1a94fb
--- /dev/null
+++ b/package/erlang-p1-stun/erlang-p1-stun.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# erlang-p1-stun
+#
+################################################################################
+
+ERLANG_P1_STUN_VERSION = a7c07b6
+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))
OpenPOWER on IntegriCloud