Move all to deprecated folder.
This commit is contained in:
7
deprecated/firmware/buildroot/package/libksba/Config.in
Normal file
7
deprecated/firmware/buildroot/package/libksba/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_LIBKSBA
|
||||
bool "libksba"
|
||||
select BR2_PACKAGE_LIBGPG_ERROR
|
||||
help
|
||||
CMS and X.509 library
|
||||
|
||||
https://www.gnupg.org/related_software/libksba/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 0c7f5ffe34d0414f6951d9880a46fcc2985c487f7c36369b9f11ad41131c7786 libksba-1.3.3.tar.bz2
|
||||
16
deprecated/firmware/buildroot/package/libksba/libksba.mk
Normal file
16
deprecated/firmware/buildroot/package/libksba/libksba.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# libksba
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBKSBA_VERSION = 1.3.3
|
||||
LIBKSBA_SOURCE = libksba-$(LIBKSBA_VERSION).tar.bz2
|
||||
LIBKSBA_SITE = ftp://ftp.gnupg.org/gcrypt/libksba
|
||||
LIBKSBA_LICENSE = LGPLv3+ or GPLv2+ (library, headers), GPLv3+ (manual, tests, build system)
|
||||
LIBKSBA_LICENSE_FILES = AUTHORS COPYING COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv3
|
||||
LIBKSBA_INSTALL_STAGING = YES
|
||||
LIBKSBA_DEPENDENCIES = libgpg-error
|
||||
LIBKSBA_CONF_OPTS = --with-gpg-error-prefix=$(STAGING_DIR)/usr
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user