summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2015-10-29 08:13:01 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-11-04 21:42:30 +0100
commit9ae362f09a36f96d63c8a24bde9ad2ddf6211642 (patch)
treeeb5d36dfc754b04e714e191f3e5e133f4f3e08f8
parentb2517c3df6b37ecc42d741f723cbe7f8f52d3cb3 (diff)
downloadbuildroot-9ae362f09a36f96d63c8a24bde9ad2ddf6211642.tar.gz
buildroot-9ae362f09a36f96d63c8a24bde9ad2ddf6211642.zip
libuecc: new package
This package is a small library used for the Freifunk Gluon project and will be used by other upcoming packages. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/Config.in1
-rw-r--r--package/libuecc/Config.in6
-rw-r--r--package/libuecc/libuecc.mk13
3 files changed, 20 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index 3a0bd2fb47..98411b33b6 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -764,6 +764,7 @@ menu "Crypto"
source "package/libsodium/Config.in"
source "package/libssh/Config.in"
source "package/libssh2/Config.in"
+ source "package/libuecc/Config.in"
source "package/nettle/Config.in"
source "package/openssl/Config.in"
source "package/polarssl/Config.in"
diff --git a/package/libuecc/Config.in b/package/libuecc/Config.in
new file mode 100644
index 0000000000..34bbea2d46
--- /dev/null
+++ b/package/libuecc/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_LIBUECC
+ bool "libuecc"
+ help
+ Very small Elliptic Curve Cryptography library
+
+ http://git.universe-factory.net/libuecc
diff --git a/package/libuecc/libuecc.mk b/package/libuecc/libuecc.mk
new file mode 100644
index 0000000000..bddb7d518b
--- /dev/null
+++ b/package/libuecc/libuecc.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# libuecc
+#
+################################################################################
+
+LIBUECC_VERSION = v6
+LIBUECC_SITE = git://git.universe-factory.net/libuecc
+LIBUECC_LICENSE = BSD-2c
+LIBUECC_LICENSE_FILES = COPYRIGHT
+LIBUECC_INSTALL_STAGING = YES
+
+$(eval $(cmake-package))
OpenPOWER on IntegriCloud