Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
config BR2_PACKAGE_LIBASSUAN
bool "libassuan"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_LIBGPG_ERROR
help
Libassuan is a small library implementing the so-called
Assuan protocol.
This protocol is used for IPC between most newer GnuPG
components. Both, server and client side functions are
provided.
http://www.gnupg.org/related_software/libassuan/

View File

@@ -0,0 +1,2 @@
# From https://www.gnupg.org/download/integrity_check.html
sha1 c21b86482f6a3624c2b46b91e20f8415f244233a libassuan-2.2.1.tar.bz2

View File

@@ -0,0 +1,17 @@
################################################################################
#
# libassuan
#
################################################################################
LIBASSUAN_VERSION = 2.2.1
LIBASSUAN_SITE = ftp://ftp.gnupg.org/gcrypt/libassuan
LIBASSUAN_SOURCE = libassuan-$(LIBASSUAN_VERSION).tar.bz2
LIBASSUAN_LICENSE = LGPLv2.1+ (library), GPLv3 (tests, doc)
LIBASSUAN_LICENSE_FILES = COPYING.LIB COPYING
LIBASSUAN_INSTALL_STAGING = YES
LIBASSUAN_DEPENDENCIES = libgpg-error
LIBASSUAN_CONF_OPTS = \
--with-gpg-error-prefix=$(STAGING_DIR)/usr
$(eval $(autotools-package))