summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-22 14:32:39 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-22 14:32:39 +0000
commitf8614b10096e1cc59c98af4d946b70fd99d2499c (patch)
tree459d8690fa46c9acda65a5a247e31c3cfdb92431 /x11-plugins/wmlongrun
parentquoting (diff)
downloadgentoo-2-f8614b10096e1cc59c98af4d946b70fd99d2499c.tar.gz
gentoo-2-f8614b10096e1cc59c98af4d946b70fd99d2499c.tar.bz2
gentoo-2-f8614b10096e1cc59c98af4d946b70fd99d2499c.zip
quoting
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmlongrun')
-rw-r--r--x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild b/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild
index 603c86c3b05d..8d3ef0fc9aef 100644
--- a/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild
+++ b/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild,v 1.6 2007/07/22 04:55:00 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild,v 1.7 2010/07/22 14:32:39 ssuominen Exp $
DESCRIPTION="A dockapp to monitor LongRun on a Transmeta Crusoe processor"
HOMEPAGE="http://seiichisato.jp/dockapps/"
@@ -19,12 +19,7 @@ DEPEND="${RDEPEND}
# the functionality is only available on x86.
KEYWORDS="x86 -*"
-src_compile() {
- econf || die "Configuration failed"
- emake || die "Compilation failed"
-}
-
src_install() {
- make DESTDIR=${D} install || die "Installation failed"
+ emake DESTDIR="${D}" install || die
dodoc README AUTHORS TODO MAKEDEV-cpuid-msr
}