summaryrefslogtreecommitdiffstats
path: root/rules/gnupg.in
blob: 1f6c1502a138736eddec6dd4e24ee6c109ffa18a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## SECTION=applications
config 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.