The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libksba / libksba.mk
1 ################################################################################
2 #
3 # libksba
4 #
5 ################################################################################
6
7 LIBKSBA_VERSION = 1.3.3
8 LIBKSBA_SOURCE = libksba-$(LIBKSBA_VERSION).tar.bz2
9 LIBKSBA_SITE = ftp://ftp.gnupg.org/gcrypt/libksba
10 LIBKSBA_LICENSE = LGPLv3+ or GPLv2+ (library, headers), GPLv3+ (manual, tests, build system)
11 LIBKSBA_LICENSE_FILES = AUTHORS COPYING COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv3
12 LIBKSBA_INSTALL_STAGING = YES
13 LIBKSBA_DEPENDENCIES = libgpg-error
14 LIBKSBA_CONF_OPTS = --with-gpg-error-prefix=$(STAGING_DIR)/usr
15
16 $(eval $(autotools-package))