1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-28 17:32:32 +01:00
Files
gryf-overlay/sys-power/wmcpufreq/wmcpufreq-2.0-r10.ebuild
2010-02-09 21:25:29 +01:00

30 lines
628 B
Bash

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit eutils
DESCRIPTION="A fun monitoring applet for your desktop, complete with swimming duck"
HOMEPAGE="http://dockapps.org/file.php/id/309"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ppc sparc x86"
IUSE=""
SRC_URI="http://dockapps.org/download.php/id/730/wmcpufreq-2.0.tar.gz"
DEPEND="virtual/libc
>=sys-power/cpufrequtils-002
>=gnome-base/libglade-2.0"
src_compile() {
make || die
cd util
./configure
make
cd ..
}
src_install () {
into /usr
dobin wmcpufreq/wmcpufreq
dobin util/src/gcpufreqset
}