blob: 4453a6f7f5f6de94530409d9e1b6708808807fed (
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-${PV}.tar.gz \
file://${FILESDIR}/compile.patch;patch=1"
inherit autotools libtool
|