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:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user