# Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Supplies a pty to a program" SRC_URI="http://bleu.west.spy.net/~dustin/soft/${P}.tar.gz" LICENSE="GPL-2" SLOT="1" KEYWORDS="x86 ~ppc ~sparc ~sparc64" exeinto /usr/sbin src_compile() { emake || die "Couldn't compile ${P}" } src_install() { doexe pty-redir || die "Couldn't install ${P}" }