board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / gnupg2 / Config.in
blob85a98053fc0a86685e8171325fb97a95fd20d442
1 comment "gnupg2 needs a toolchain w/ threads and dynamic library support"
2         depends on BR2_USE_MMU
3         depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
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_LIBNPTH
13         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
14         depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgpg-error
15         depends on BR2_TOOLCHAIN_HAS_THREADS # libnpth
16         depends on BR2_USE_MMU # libassuan, libnpth
17         depends on !BR2_STATIC_LIBS
18         help
19           GnuPG is the GNU project's complete and free implementation
20           of the OpenPGP standard as defined by RFC4880. GnuPG allows
21           to encrypt and sign your data and communication, features a
22           versatile key management system as well as access modules
23           for all kinds of public key directories. GnuPG, also known
24           as GPG, is a command line tool with features for easy
25           integration with other applications.
27           http://gnupg.org/
29 if BR2_PACKAGE_GNUPG2
31 config BR2_PACKAGE_GNUPG2_GPGV2
32         bool "gpgv2"
33         help
34           gpgv2 is an OpenPGP signature verification tool.
36           This program is actually a stripped-down version of gpg
37           which is only able to check signatures. It is somewhat
38           smaller than the fully-blown gpg and uses a different (and
39           simpler) way to check that the public keys used to make the
40           signature are valid. There are no configuration files and
41           only a few options are implemented.
43 endif