aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dialog/dialog.inc
diff options
context:
space:
mode:
authorRaymond Danks <raymond@edanks.com>2006-05-31 22:33:19 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-31 22:33:19 +0000
commit68a544288f7b00f892d85dad4c7ec21d3a480e36 (patch)
treee13d2773c58a3a41d8c7f032fd7e459d8e167859 /packages/dialog/dialog.inc
parentf1108af9f4472651000c83993ad95943bab5fc4c (diff)
downloadopenembedded-68a544288f7b00f892d85dad4c7ec21d3a480e36.tar.gz
dialog - Add dialog-static and templates.patch (missed adds)
Diffstat (limited to 'packages/dialog/dialog.inc')
-rw-r--r--packages/dialog/dialog.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/dialog/dialog.inc b/packages/dialog/dialog.inc
new file mode 100644
index 0000000000..f2bcaf042a
--- /dev/null
+++ b/packages/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