aboutsummaryrefslogtreecommitdiffstats
path: root/packages/screen/screen_3.9.15.bb
blob: 42a5c7acb4eb40d1ac7395465a690db9f44afe4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SECTION = "console/utils"
DEPENDS = "ncurses"
DESCRIPTION = "Screen is a full-screen window manager \
that multiplexes a physical terminal between several \
processes, typically interactive shells."
LICENSE = "GPL"
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 --disable-pam"

do_configure_prepend () {
	for f in comm.h kmapdef.c term.h tty.c; do
		cp ${S}/$f.dist ${S}/$f
	done
}