Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] libuecc: add new package
@ 2015-10-29  7:13 Alexander Dahl
  2015-10-29  7:13 ` [Buildroot] [PATCH 2/2] fastd: " Alexander Dahl
  2015-11-04 20:48 ` [Buildroot] [PATCH 1/2] libuecc: " Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Alexander Dahl @ 2015-10-29  7:13 UTC (permalink / raw)
  To: buildroot

This package is a small library used for the Freifunk Gluon project and
will be used by other upcoming packages. It's my first buildroot package
and I tried to follow the documentation as close as possible, however as
you might suppose I'm open for any suggestions.

Signed-off-by: Alexander Dahl <post@lespocky.de>
---
 package/Config.in          |  1 +
 package/libuecc/Config.in  |  6 ++++++
 package/libuecc/libuecc.mk | 13 +++++++++++++
 3 files changed, 20 insertions(+)
 create mode 100644 package/libuecc/Config.in
 create mode 100644 package/libuecc/libuecc.mk

diff --git a/package/Config.in b/package/Config.in
index 10ff94e..64b7b50 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -763,6 +763,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 0000000..8922898
--- /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 0000000..bddb7d5
--- /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))
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-11-05  8:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-29  7:13 [Buildroot] [PATCH 1/2] libuecc: add new package Alexander Dahl
2015-10-29  7:13 ` [Buildroot] [PATCH 2/2] fastd: " Alexander Dahl
2015-11-04 21:21   ` Thomas Petazzoni
2015-11-05  8:31     ` Alexander Dahl
2015-11-04 20:48 ` [Buildroot] [PATCH 1/2] libuecc: " Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox