aboutsummaryrefslogtreecommitdiffstats
path: root/packages/screen/screen_4.0.3.bb
blob: 1165d46d330e3998aaa07d5b4a5fa0fcee35881d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Screen is a full-screen window manager \
that multiplexes a physical terminal between several \
processes, typically interactive shells."
LICENSE = "GPL"
SECTION = "console/utils"
DEPENDS = "ncurses"
PR = "r0"

# patch needs adapting
DEFAULT_PREFERENCE = "-1"

SRC_URI = "${GNU_MIRROR}/screen/screen-${PV}.tar.gz \
           file://configure.patch;patch=1"

inherit autotools

EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5"