aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/screen/screen_4.0.3.bb
blob: 003ca7a1a46454875f6e932c4dca0230e68bd204 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 = "r1"

SRC_URI = "${GNU_MIRROR}/screen/screen-${PV}.tar.gz \
           file://cross-compile.patch;patch=1 \
           file://configure.patch;patch=1 \
           file://sched.patch;patch=1 \
           file://no-stropts.patch;patch=1 \
           file://no-utempter.patch;patch=1 \
	  "

inherit autotools

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