summaryrefslogtreecommitdiff
path: root/screen/screen_4.0.2.oe
diff options
context:
space:
mode:
Diffstat (limited to 'screen/screen_4.0.2.oe')
-rw-r--r--screen/screen_4.0.2.oe14
1 files changed, 14 insertions, 0 deletions
diff --git a/screen/screen_4.0.2.oe b/screen/screen_4.0.2.oe
index e69de29bb2..2eaf370619 100644
--- a/screen/screen_4.0.2.oe
+++ b/screen/screen_4.0.2.oe
@@ -0,0 +1,14 @@
+DEPENDS = virtual/libc ncurses
+RDEPENDS = libc6 libncurses5
+
+SRC_URI := ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-${PV}.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
+}