surpport seeking the recorded video
[vuplus_openembedded] / recipes / screen / screen_4.0.2.bb
1 DESCRIPTION = "Screen is a full-screen window manager \
2 that multiplexes a physical terminal between several \
3 processes, typically interactive shells."
4 LICENSE = "GPL"
5 SECTION = "console/utils"
6 DEPENDS = "ncurses"
7 PR = "r2"
8
9 SRC_URI = "${GNU_MIRROR}/screen/screen-${PV}.tar.gz \
10            file://screen_4.0.2-4.1sarge1.diff.gz;patch=1 \
11            file://configure.patch;patch=1"
12
13 inherit autotools
14
15 EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5"