summaryrefslogtreecommitdiffstats
path: root/recipes/dialog/dialog.inc
blob: a434ec3960c485144b689c68bceee5a407cfa8e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)."

INC_PR = "r1"

SRC_URI = "ftp://invisible-island.net/dialog/dialog-${PV}.tgz"

inherit autotools

do_configure() {
	sed -i "s:-L/lib::" "${S}/configure"
	oe_runconf
}