summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.1.ebuild')
-rw-r--r--gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.1.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.1.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.1.ebuild
new file mode 100644
index 000000000000..60fc1b652850
--- /dev/null
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.0.1.ebuild,v 1.1 2002/08/10 01:55:56 spider Exp $
+
+
+inherit gnome2
+
+
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Procman - The Gnome System Monitor"
+SRC_URI="mirror://gnome/sources/${PN}/${P}.tar.bz2"
+HOMEPAGE="http://www.gnome.org/"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 ppc"
+RDEPEND=">=x11-libs/gtk+-2.0.6
+ >=gnome-base/libgnomeui-2.0.3
+ >=gnome-base/libgnome-2.0.2
+ >=gnome-base/gconf-1.2.1
+ >=gnome-base/libgtop-2.0.0
+ >=x11-libs/libwnck-0.12
+ >=gnome-base/libgnomecanvas-2.0.2
+ >=app-text/scrollkeeper-0.3.9"
+
+DEPEND=">=dev-util/pkgconfig-0.12.0
+ >=dev-util/intltool-0.17
+ ${RDEPEND}"
+
+DOCS="AUTHORS ChangeLog COPYING HACKING README* INSTALL NEWS TODO"
+
+
+