mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-19 10:53:36 +08:00
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:
parent
b2517c3df6
commit
9ae362f09a
@ -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"
|
||||
|
6
package/libuecc/Config.in
Normal file
6
package/libuecc/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LIBUECC
|
||||
bool "libuecc"
|
||||
help
|
||||
Very small Elliptic Curve Cryptography library
|
||||
|
||||
http://git.universe-factory.net/libuecc
|
13
package/libuecc/libuecc.mk
Normal file
13
package/libuecc/libuecc.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user