summaryrefslogtreecommitdiffstats
path: root/rules/irssi.in
blob: aa9749d32cd000fe947469135746ec65a8af8228 (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=staging
## old section:
### SECTION=communication

menuconfig IRSSI
	tristate
	prompt "irssi                         "
	select GCCLIBS_GCC_S
	select GLIB
	select ICONV
	select LIBC_DL
	select NCURSES
	select OPENSSL		if IRSSI_SSL
	help
	  IRSSI is a command-line focused IRC client.

	  STAGING: remove in ptxdist-2019.05.0
	  Old version that is no longer available for download.
	  Should be updated to a new version.

if IRSSI

config IRSSI_SSL
	bool
	prompt "support for SSL"
	help
	  Activate SSL support in Irssi using OpenSSL

endif