# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Measures bandwidth and bytes through a command line pipe" HOMEPAGE="http://zakalwe.virtuaalipalvelin.net/~shd/foss/pmr/" SRC_URI="http://zakalwe.virtuaalipalvelin.net/~shd/foss/pmr/${P}.tar.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~sparc ~x86" IUSE="" RDEPEND="virtual/libc" DEPEND="${RDEPEND} sys-apps/sed" src_install() { dobin pmr || die doman pmr.1 }