# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils toolchain-funcs DESCRIPTION="limits the CPU usage of a process" HOMEPAGE="http://marlon80.interfree.it/cpulimit/" SRC_URI="http://marlon80.interfree.it/cpulimit/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" src_compile() { emake || die "emake failed" } src_install () { dosbin cpulimit || die "dosbin" doman "${FILESDIR}/cpulimit.8" || die "doman" }