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

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

inherit autotools

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

SRC_URI[md5sum] = "8506fd205028a96c741e4037de6e3c42"
SRC_URI[sha256sum] = "78f0d5b1496084a5902586304d4a73954b2bfe33ea13edceecf21615c39e6c77"