aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dialog/dialog.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dialog/dialog.inc')
-rw-r--r--recipes/dialog/dialog.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/dialog/dialog.inc b/recipes/dialog/dialog.inc
new file mode 100644
index 0000000000..f2bcaf042a
--- /dev/null
+++ b/recipes/dialog/dialog.inc
@@ -0,0 +1,13 @@
+SECTION = "console/utils"
+DEPENDS = "ncurses"
+LICENSE = "GPL"
+DESCRIPTION = "Dialog lets you to present a variety of questions \
+or display messages using dialog boxes from a shell \
+script (or any scripting language)."
+
+SRC_URI = "ftp://ftp.us.debian.org/debian/pool/main/d/dialog/dialog_${PV}.orig.tar.gz \
+ file://configure.patch;patch=1 \
+ file://m4.patch;patch=1 \
+ file://templates.patch;patch=1"
+
+inherit autotools