summaryrefslogtreecommitdiffstats
path: root/rules/htop.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-06-13 09:57:51 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-06-13 09:57:51 +0000
commit38e5e7cad8cf2c3cecbe6d55d85f1056c9f22643 (patch)
tree90e94094b35fdc0d2320a186ec1153e8b8a70928 /rules/htop.in
parent8570b6c04ab0d04c59125c2503ef7dc59568d7e9 (diff)
downloadptxdist-38e5e7cad8cf2c3cecbe6d55d85f1056c9f22643.tar.gz
ptxdist-38e5e7cad8cf2c3cecbe6d55d85f1056c9f22643.tar.xz
* htop.in, htop.make:
ported from techpool git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8516 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/htop.in')
-rw-r--r--rules/htop.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/htop.in b/rules/htop.in
new file mode 100644
index 000000000..4743bce65
--- /dev/null
+++ b/rules/htop.in
@@ -0,0 +1,8 @@
+config HTOP
+ bool
+ select NCURSES
+ prompt "htop"
+ help
+ htop is an interactive process viewer for Linux. It is a
+ text-mode application (for console or X terminals).
+