summaryrefslogtreecommitdiffstats
path: root/rules/less.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2007-09-21 18:09:07 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2007-09-21 18:09:07 +0000
commit455f37c5e47b1a7117862d63c84bf3794c69b14f (patch)
tree55820395062eb35110699cf7083733d2363f5294 /rules/less.in
parent51beb9bc5ad9b5903e1133eb420a4dedada0ac27 (diff)
downloadptxdist-455f37c5e47b1a7117862d63c84bf3794c69b14f.tar.gz
ptxdist-455f37c5e47b1a7117862d63c84bf3794c69b14f.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7288 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/less.in')
-rw-r--r--rules/less.in35
1 files changed, 35 insertions, 0 deletions
diff --git a/rules/less.in b/rules/less.in
new file mode 100644
index 000000000..e2b4f6244
--- /dev/null
+++ b/rules/less.in
@@ -0,0 +1,35 @@
+menuconfig LESS
+ bool
+ default n
+ 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
+ default n
+ depends on LESS && !BB_CONFIG_LESS
+ prompt "install lesskey "
+ help
+ lesskey - specify key bindings for less
+
+config LESS_ECHO
+ bool
+ default n
+ 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