blob: c42c7d0a08bfbc63b6a52af2e27f167f376d362c (
plain)
1
2
3
4
5
6
7
8
9
10
|
DEPENDS = "ncurses"
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"
inherit autotools
|