summaryrefslogtreecommitdiff
blob: 5a7ea885c547b50a667ccb60af9a17181e03efa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit kde

KEYWORDS="~amd64 ~x86"

DESCRIPTION="Small kicker applet for KDE 3.x which shows the current CPU temperature and frequency."
HOMEPAGE="http://kde-apps.org/content/show.php?content=33257"
SRC_URI="http://www.elliptique.net/~ken/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
IUSE="kdeenablefinal"

need-kde 3

DEPEND=""
RDEPEND=""

src_compile() {
	myconf="$(use_enable kdeenablefinal final)"
	kde_src_compile
}