1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-20 17:31:24 +02:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions
@@ -0,0 +1,29 @@
# 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
}