# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Telnet client for the IBM AS/400 that emulates 5250 terminals and printers." HOMEPAGE="http://www.mochasoft.dk/" SRC_URI="http://www.mochasoft.dk/tn5250.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" src_unpack() { unpack ${A} } src_compile() { echo "Nothing to be done for compile" } src_install() { cd ${WORKDIR}/mocha_tn5250 dobin tn5250 doman tn5250.1 dodoc *.TXT }