# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License # $Header: $ DESCRIPTION="CPU throttler daemon" SRC_URI="http://www.metlhead.ws/cbin/${P}.tar.gz" HOMEPAGE="http://www.metalhead.ws/cbin/" KEYWORDS="x86" SLOT="0" LICENSE="GPL-2" IUSE="" DEPEND="virtual/glibc" RDEPEND="virtual/glibc" src_compile() { make || die "make failed" } src_install() { into /usr dobin src/autothrottle doman doc/autothrottle.1.gz insinto /etc doins conf/autothrottle.conf exeinto /etc/init.d newexe ${FILESDIR}/autothrottle autothrottle einfo "Please adapt the configuration file /etc/autothrottle." }