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