a8249891f4102105da3c18a94bc7f48afa46dd36
[vuplus_openembedded] / screen / screen_4.0.1.oe
1 DEPENDS = "virtual/libc ncurses"
2 RDEPENDS = "libc6 libncurses5"
3 DESCRIPTION = "Screen is a full-screen window manager \
4 that multiplexes a physical terminal between several \
5 processes, typically interactive shells."
6
7 SRC_URI = "ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-${PV}.tar.gz \
8            file://${FILESDIR}/configure.patch;patch=1"
9
10 inherit autotools
11
12 EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5 --disable-pam"
13
14 do_configure_prepend () {
15         for f in comm.h kmapdef.c term.h tty.c; do
16                 cp ${S}/$f.dist ${S}/$f
17         done
18 }