blob: 76fa4ffa6b80494bd9ccc3b6abd716e4e9358d19 (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "tn5250 is a 5250 terminal emulator, used for connecting \
to IBM's AS/400 (now known as eServer iSeries) midrange computers."
DEPENDS = "virtual/libc ncurses openssl"
RDEPENDS = "libc6 ncurses openssl"
SRC_URI = ${SOURCEFORGE_MIRROR}/tn5250/tn5250-0.16.5.tar.gz \
file://${FILESDIR}/compile.patch;patch=1
inherit autotools libtool
|