diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-22 14:36:44 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-22 14:36:44 +0000 |
commit | e86428d97d718b1aac8a4fd574874228238ea708 (patch) | |
tree | f0d7efa257045c4b47371ae0558fc86bb130356f /x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild | |
parent | quoting etc. (diff) | |
download | historical-e86428d97d718b1aac8a4fd574874228238ea708.tar.gz historical-e86428d97d718b1aac8a4fd574874228238ea708.tar.bz2 historical-e86428d97d718b1aac8a4fd574874228238ea708.zip |
quoting
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild')
-rw-r--r-- | x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild | 11 |
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 } |