summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2007-11-05 04:51:13 +0000
committerDavid Shakaryan <omp@gentoo.org>2007-11-05 04:51:13 +0000
commitca2185d13f5dae54561b08df4bee8d4cf4478faf (patch)
tree9e3982e39814b8564e44c5a87fc77cd76a313dac /x11-misc/xsensors/xsensors-0.60.ebuild
parentVersion bump. (diff)
downloadhistorical-ca2185d13f5dae54561b08df4bee8d4cf4478faf.tar.gz
historical-ca2185d13f5dae54561b08df4bee8d4cf4478faf.tar.bz2
historical-ca2185d13f5dae54561b08df4bee8d4cf4478faf.zip
Version bump. (bug #198094)
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'x11-misc/xsensors/xsensors-0.60.ebuild')
-rw-r--r--x11-misc/xsensors/xsensors-0.60.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-misc/xsensors/xsensors-0.60.ebuild b/x11-misc/xsensors/xsensors-0.60.ebuild
new file mode 100644
index 000000000000..37cba0c076c0
--- /dev/null
+++ b/x11-misc/xsensors/xsensors-0.60.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsensors/xsensors-0.60.ebuild,v 1.1 2007/11/05 04:51:12 omp Exp $
+
+DESCRIPTION="A hardware health information viewer, interface to lm-sensors."
+HOMEPAGE="http://www.linuxhardware.org/xsensors/"
+SRC_URI="http://www.linuxhardware.org/xsensors/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=">=x11-libs/gtk+-2
+ sys-apps/lm_sensors"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog README TODO
+}