dialog: add 1.1-20111020 recipe (dynamic and static)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Otavio Salvador 2011-12-23 20:50:18 +00:00 committed by Koen Kooi
parent bb76fbcfc3
commit 2642db3615
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,7 @@
require dialog.inc
PR = "${INC_PR}.0"
LDFLAGS += "-static"
SRC_URI[md5sum] = "15dd2ce9f537c0400f600d1a383aa0a3"
SRC_URI[sha256sum] = "746bf18b8414985864835b61536cee826ac916e6827fbcad9faffb496cae8a7a"

View File

@ -0,0 +1,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
}

View File

@ -0,0 +1,5 @@
require dialog.inc
PR = "${INC_PR}.0"
SRC_URI[md5sum] = "15dd2ce9f537c0400f600d1a383aa0a3"
SRC_URI[sha256sum] = "746bf18b8414985864835b61536cee826ac916e6827fbcad9faffb496cae8a7a"