# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/ntodo/ntodo-1.0.ebuild,v 1.6 2004/06/28 20:08:51 agriffis Exp $ DESCRIPTION="Tool for managing multiple xterms simultaneously." HOMEPAGE="http://www.heiho.net/pconsole/" SRC_URI="http://www.xs4all.nl/~walterj//pconsole/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/ssh" S="${WORKDIR}/${P}" src_unpack() { unpack ${A} } src_compile() { ./configure --prefix=/usr emake || die } src_install() { dobin pconsole dobin pconsole.sh dobin ssh.sh dodoc ChangeLog dodoc public_html/pconsole.html dodoc README.pconsole fperms 4111 /usr/bin/pconsole }