summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-05-19 21:19:18 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-05-19 21:19:18 +0000
commita1b903923a885a29c3bbddb48bdc49c2e49fc526 (patch)
tree4251d9766e49a8d736d06538503f96274addec46 /x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild
parentVersion bumped (diff)
downloadhistorical-a1b903923a885a29c3bbddb48bdc49c2e49fc526.tar.gz
historical-a1b903923a885a29c3bbddb48bdc49c2e49fc526.tar.bz2
historical-a1b903923a885a29c3bbddb48bdc49c2e49fc526.zip
Version bumped
Diffstat (limited to 'x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild')
-rw-r--r--x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild b/x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild
new file mode 100644
index 000000000000..0a36dac1844f
--- /dev/null
+++ b/x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild,v 1.1 2003/05/19 21:18:56 mholzer Exp $
+
+S=${WORKDIR}/${P}
+
+DESCRIPTION="WMCPULoad is a program to monitor CPU usage."
+HOMEPAGE="http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml"
+SRC_URI="http://www.sh.rim.or.jp/~ssato/src/${P}.tar.bz2"
+
+DEPEND="virtual/x11
+ media-libs/xpm"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~sparc"
+
+src_install () {
+ einstall || die "make install failed"
+}