1################################################################################
2#
3# libksba
4#
5################################################################################
6
7LIBKSBA_VERSION = 1.6.6
8LIBKSBA_SOURCE = libksba-$(LIBKSBA_VERSION).tar.bz2
9LIBKSBA_SITE = https://gnupg.org/ftp/gcrypt/libksba
10LIBKSBA_LICENSE = LGPL-3.0+ or GPL-2.0+ (library, headers), GPL-3.0+ (manual, tests, build system)
11LIBKSBA_LICENSE_FILES = AUTHORS COPYING COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv3
12LIBKSBA_CPE_ID_VENDOR = gnupg
13LIBKSBA_INSTALL_STAGING = YES
14LIBKSBA_DEPENDENCIES = libgpg-error
15LIBKSBA_CONF_OPTS = --with-gpg-error-prefix=$(STAGING_DIR)/usr
16
17# Force the path to "gpgrt-config" (from the libgpg-error package) to
18# avoid using the one on host, if present.
19LIBKSBA_CONF_ENV += GPGRT_CONFIG=$(STAGING_DIR)/usr/bin/gpgrt-config
20
21$(eval $(autotools-package))
22