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 / gnupg2 / Config.in
1 comment "gnupg2 needs a toolchain w/ dynamic library"
2         depends on BR2_USE_MMU
3         depends on BR2_STATIC_LIBS
4
5 config BR2_PACKAGE_GNUPG2
6         bool "gnupg2"
7         select BR2_PACKAGE_ZLIB
8         select BR2_PACKAGE_LIBGPG_ERROR
9         select BR2_PACKAGE_LIBGCRYPT
10         select BR2_PACKAGE_LIBASSUAN
11         select BR2_PACKAGE_LIBKSBA
12         select BR2_PACKAGE_LIBPTHSEM
13         select BR2_PACKAGE_LIBPTHSEM_COMPAT
14         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
15         depends on BR2_USE_MMU # libassuan
16         depends on !BR2_STATIC_LIBS
17         help
18           GnuPG is the GNU project's complete and free implementation
19           of the OpenPGP standard as defined by RFC4880. GnuPG allows
20           to encrypt and sign your data and communication, features a
21           versatile key management system as well as access modules
22           for all kinds of public key directories. GnuPG, also known
23           as GPG, is a command line tool with features for easy
24           integration with other applications.
25
26           http://gnupg.org/
27
28 if BR2_PACKAGE_GNUPG2
29
30 config BR2_PACKAGE_GNUPG2_GPGV2
31         bool "gpgv2"
32         help
33           gpgv2 is an OpenPGP signature verification tool.
34
35           This program is actually a stripped-down version of gpg
36           which is only able to check signatures. It is somewhat
37           smaller than the fully-blown gpg and uses a different (and
38           simpler) way to check that the public keys used to make the
39           signature are valid. There are no configuration files and
40           only a few options are implemented.
41
42 endif