summaryrefslogtreecommitdiff
path: root/screen/screen_3.9.15.oe
blob: 93c30186c2a2a27921acf4304cb43b39c7777370 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DEPENDS = "virtual/libc ncurses"
RDEPENDS = "libc6 libncurses5"
DESCRIPTION = "Screen is a full-screen window manager \
that multiplexes a physical terminal between several \
processes, typically interactive shells."

SRC_URI := ${GNU_MIRROR}/screen/screen-3.9.15.tar.gz \
	   file://${FILESDIR}/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
}