surpport seeking the recorded video
[vuplus_openembedded] / recipes / dialog / dialog.inc
1 SECTION = "console/utils"
2 DEPENDS = "ncurses"
3 LICENSE = "GPL"
4 DESCRIPTION = "Dialog lets you to present a variety of questions \
5 or display messages using dialog boxes from a shell \
6 script (or any scripting language)."
7
8 SRC_URI = "ftp://invisible-island.net/dialog/dialog-${PV}.tgz"
9
10 inherit autotools
11
12 do_configure() {
13         oe_runconf
14 }