cd6e65ff1e
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit dd5d0240d2
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
22 lines
859 B
Makefile
22 lines
859 B
Makefile
################################################################################
|
|
#
|
|
# libksba
|
|
#
|
|
################################################################################
|
|
|
|
LIBKSBA_VERSION = 1.6.6
|
|
LIBKSBA_SOURCE = libksba-$(LIBKSBA_VERSION).tar.bz2
|
|
LIBKSBA_SITE = https://gnupg.org/ftp/gcrypt/libksba
|
|
LIBKSBA_LICENSE = LGPL-3.0+ or GPL-2.0+ (library, headers), GPL-3.0+ (manual, tests, build system)
|
|
LIBKSBA_LICENSE_FILES = AUTHORS COPYING COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv3
|
|
LIBKSBA_CPE_ID_VENDOR = gnupg
|
|
LIBKSBA_INSTALL_STAGING = YES
|
|
LIBKSBA_DEPENDENCIES = libgpg-error
|
|
LIBKSBA_CONF_OPTS = --with-gpg-error-prefix=$(STAGING_DIR)/usr
|
|
|
|
# Force the path to "gpgrt-config" (from the libgpg-error package) to
|
|
# avoid using the one on host, if present.
|
|
LIBKSBA_CONF_ENV += GPGRT_CONFIG=$(STAGING_DIR)/usr/bin/gpgrt-config
|
|
|
|
$(eval $(autotools-package))
|