You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/pprocm/pprocm-1.0-r1.ebuild

27 lines
707 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/pprocm/pprocm-1.0-r1.ebuild,v 1.7 2013/12/17 20:37:28 zlogene Exp $
MY_P="PProcM-"${PV}
S=${WORKDIR}/${MY_P}
DESCRIPTION="a ncurses which monitors the CPU, disk, network and memory usage."
HOMEPAGE="http://www.fusedcreations.com/PProcM/"
SRC_URI="http://www.fusedcreations.com/PProcM/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-perl/POE
dev-perl/Sys-Statistics-Linux
dev-lang/perl"
RDEPEND="dev-perl/IO-Pipely"
src_install() {
dobin PProcM || die "dobin failed"
dodoc AUTHORS README || die "dodoc failed"
}