summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild')
-rw-r--r--x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild b/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild
index a36bcdea05b1..d11978054924 100644
--- a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild
+++ b/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild,v 1.1 2002/09/16 16:02:05 raker Exp $
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild,v 1.1.1.1 2005/11/30 10:10:41 chriswhite Exp $
+
+IUSE=""
S=${WORKDIR}/wmmon.app
S2=${S}/wmmon
@@ -10,7 +12,7 @@ HOMEPAGE="http://www.ne.jp/asahi/linux/timecop/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86"
+KEYWORDS="x86 amd64 ppc64"
DEPEND="virtual/x11"
@@ -21,6 +23,7 @@ src_compile() {
src_install () {
exeinto /usr/bin
- doexe ${S2}/wmmon
+ cp ${S2}/wmmon ${S2}/wmmon+smp
+ doexe ${S2}/wmmon+smp
dodoc ${S}/README ${S}/COPYING ${S}/INSTALL
}