summaryrefslogtreecommitdiffstats
path: root/rules/gnupg.in
blob: 25226558d9cfcd8baf6686a4425dbf4a834e7961 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## SECTION=applications
menuconfig GNUPG
	tristate
	prompt "gnupg                         "
	select LIBC_RESOLV
	select GCCLIBS_GCC_S
	select LIBASSUAN
	select LIBGCRYPT
	select LIBKSBA
	select READLINE
	select ZLIB
	help
	  GnuPG - The GNU Privacy Guard suite of programs

	  GnuPG  is  a  set  of  programs for public key encryption
	  and digital signatures.  The program most users will want
	  to use is the OpenPGP command line tool, named gpg.

if GNUPG

config GNUPG_GPG
	bool
	prompt "Install gpg2 + symlink gpg => gpg2"

config GNUPG_GPGV
	bool
	prompt "Install gpgv2"

endif