aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/dialog/dialog.inc
blob: 03b0aa7fddbba424b36db13dcd72e42153c7ea1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "Dialog lets you to present a variety of questions \
or display messages using dialog boxes from a shell \
script (or any scripting language)."
SECTION = "console/utils"
DEPENDS = "ncurses"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"

INC_PR = "r0"

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

# hardcoded here for use in dialog-static recipe
S = "${WORKDIR}/dialog-${PV}"

inherit autotools

EXTRA_OECONF = "--with-ncurses \
                --disable-rpath-hack"

do_configure() {
    sed -i 's,${cf_ncuconfig_root}6-config,${cf_ncuconfig_root}-config,g' -i configure
    oe_runconf
}