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>
This commit is contained in:
Alexander Dahl 2015-10-29 08:13:01 +01:00 committed by Thomas Petazzoni
parent b2517c3df6
commit 9ae362f09a
3 changed files with 20 additions and 0 deletions

View File

@ -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"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_LIBUECC
bool "libuecc"
help
Very small Elliptic Curve Cryptography library
http://git.universe-factory.net/libuecc

View File

@ -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))