summaryrefslogtreecommitdiffstats
path: root/rules/less.in
blob: 2459f7df9e301941f209c6c274f26273ff3b5558 (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
30
31
32
menuconfig LESS
	bool
	prompt "less                "
	help
	  Less is a pager. A pager is a program
	  that displays text files. More info:
	  http://www.greenwoodsoftware.com/less/

config LESS_BIN
	bool
	default y
	depends on LESS && !BB_CONFIG_LESS
	prompt "install less pager      "
	help
	  less - a pager

config LESS_KEY
	bool
	depends on LESS && !BB_CONFIG_LESS
	prompt "install lesskey      "
	help
	  lesskey - specify key bindings for less

config LESS_ECHO
	bool
	depends on LESS && !BB_CONFIG_LESS
	prompt "install lessecho     "
	help
	  lessecho - expand metacharacters

comment "busy box' less is selected!"
	depends on LESS && BB_CONFIG_LESS