# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 DESCRIPTION="Traceroute-like application piggybacking on existing TCP connections" HOMEPAGE="http://code.google.com/p/intrace/" SRC_URI="http://${PN}.googlecode.com/files/${P}.tgz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64 ~ia64" IUSE="" DEPEND="" RDEPEND="${DEPEND}" src_install() { dosbin intrace }