summaryrefslogtreecommitdiffstats
path: root/rules/dialog.in
diff options
context:
space:
mode:
authorBart vdr. Meulen <bartvdrmeulen@gmail.com>2010-05-07 23:34:57 +0200
committerRemy Bohmer <linux@bohmer.net>2010-06-02 21:09:29 +0200
commit48040b082248e1a677b48c1884695dbfb564c717 (patch)
treec842f39cd57023a48a077668d9fc1c9e2cb9d58a /rules/dialog.in
parent44e6ece9f2856a591c53f2f08f69aaca47e6b6e3 (diff)
downloadptxdist-48040b082248e1a677b48c1884695dbfb564c717.tar.gz
ptxdist-48040b082248e1a677b48c1884695dbfb564c717.tar.xz
[dialog] add new packet
This add the dialog package to ptxdist Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com> Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'rules/dialog.in')
-rw-r--r--rules/dialog.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/rules/dialog.in b/rules/dialog.in
new file mode 100644
index 000000000..b1a3104c7
--- /dev/null
+++ b/rules/dialog.in
@@ -0,0 +1,13 @@
+## SECTION=shell_and_console
+
+config DIALOG
+ tristate
+ select NCURSES
+ prompt "dialog"
+ help
+ Dialog is a program that will let you to present a variety of
+ questions or display messages using dialog boxes from a shell script.
+ It is built from the dialog library, which consists of several widgets
+ as well as utility functions that are used by the widgets or the main
+ program.
+