summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-30 07:44:13 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-30 07:44:13 +0000
commite404f6b225b9ccbd1290e7dda3ff18c5842c0497 (patch)
treec8ba8680f4b553cdf3e7783242497fe14fba9754 /x11-plugins/wmcms/wmcms-0.3.5.ebuild
parentmoved WindowMaker dockapps from x11-misc to x11-plugins (diff)
downloadhistorical-e404f6b225b9ccbd1290e7dda3ff18c5842c0497.tar.gz
historical-e404f6b225b9ccbd1290e7dda3ff18c5842c0497.tar.bz2
historical-e404f6b225b9ccbd1290e7dda3ff18c5842c0497.zip
moved WindowMaker dockapps from x11-misc to x11-plugins
Diffstat (limited to 'x11-plugins/wmcms/wmcms-0.3.5.ebuild')
-rw-r--r--x11-plugins/wmcms/wmcms-0.3.5.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-plugins/wmcms/wmcms-0.3.5.ebuild b/x11-plugins/wmcms/wmcms-0.3.5.ebuild
new file mode 100644
index 000000000000..5d57f4cb251b
--- /dev/null
+++ b/x11-plugins/wmcms/wmcms-0.3.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright (c) Vitaly Kushneriuk
+# Distributed under the terms of the GNU General Public License, v2.
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/wmcms-0.3.5.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="WindowMaker CPU and Memory Usage Monitor Dock App."
+SRC_URI="http://orbita.starmedia.com/~neofpo/files/${P}.tar.bz2"
+HOMEPAGE="http://orbita.starmedia.com/~neofpo/wmcms.html"
+
+DEPEND=">=x11-libs/docklib-0.2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 sparc sparc64"
+
+src_compile() {
+ make || die
+}
+
+src_install () {
+ dobin wmcms
+}