# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 DESCRIPTION="redirect input/output/error of a running process" HOMEPAGE="http://www.isi.edu/~yuri/dupx/" SRC_URI="http://www.isi.edu/~yuri/dupx/$P.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" DEPEND="sys-devel/gdb" RDEPEND="app-shells/bash" src_install() { emake DESTDIR="${D}" install || die "Install failed" }