blob: a29ab817c1b9ae371aeb72a6d21954a3a08137b6 (
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 = "r1"
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"
|