]> Pileus Git - ~andy/sunrise/blob - app-misc/pmr/pmr-1.01.ebuild
sunrise/ app-portage/elog-list/elog-list-0.0.6.ebuild: Update headers for 2010
[~andy/sunrise] / app-misc / pmr / pmr-1.01.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="Measures bandwidth and bytes through a command line pipe"
6 HOMEPAGE="http://zakalwe.fi/~shd/foss/pmr/"
7 SRC_URI="http://zakalwe.fi/~shd/foss/${PN}/${P}.tar.gz"
8
9 LICENSE="public-domain"
10 SLOT="0"
11 KEYWORDS="~x86"
12 IUSE=""
13
14 src_install() {
15         dobin pmr || die "Failed to install binary"
16         doman doc/pmr.1 || die "Failed to install manpage"
17 }