blob: 908e6d6263c47cf1fec43ec50d9d9a02aa1a3276 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/ksensors/ksensors-0.7.ebuild,v 1.7 2003/02/13 09:04:10 vapier Exp $
inherit kde-base
DESCRIPTION="KSensors - a nice lm_sensors frontend for KDE"
SRC_URI="http://ksensors.sourceforge.net/${P}.tar.gz"
HOMEPAGE="http://ksensors.sourceforge.net/"
DEPEND=">=sys-apps/lm_sensors-2.6.3
>=kde-base/kdebase-3.0"
LICENSE="GPL-2"
KEYWORDS="x86"
need-kde 3
|