blob: 71e491e4447367398c9c39be5da0e07953c6abf3 (
plain)
1
2
3
4
5
6
7
8
9
|
DEPENDS = virtual/libc ncurses
RDEPENDS = libc6 libncurses5
SRC_URI := ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-4.0.1.tar.gz \
file://${FILESDIR}/configure.patch;patch=1
inherit autotools
EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5"
|