# 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://www.modeemi.fi/~shd/foss/pmr/" SRC_URI="http://www.modeemi.fi/~shd/foss/pmr/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 sparc ppc x86" IUSE="" RDEPEND="virtual/glibc" DEPEND="${RDEPEND} sys-apps/sed" src_test() { echo "test is not implemented in pmr 0.09" } src_install() { dobin pmr || die doman pmr.1 }