aboutsummaryrefslogtreecommitdiffstats
path: root/screen/screen-3.9.15.oe
blob: a6d0e1e7cf778cdf4b434de6e395823c551fc0ce (plain)
1
2
3
4
5
6
7
8
9
10
DEPENDS = virtual/libc ncurses
RDEPENDS = libc6 libncurses5

SRC_URI := ${GNU_MIRROR}/screen/screen-3.9.15.tar.gz \
	   file://${FILESDIR}/configure.patch;patch=1
S := ${WORKDIR}/${P}

inherit autotools

EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5"