[Lunar-commits] <moonbase-gnome3> libgtop: add it for GNOME3.
Florin Braescu
florin at lunar-linux.org
Sat Mar 9 18:49:55 CET 2013
commit 48f8eb853a835062ba624422f83417fafacc95ac
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 09 Mar 2013 09:49:55 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/48f8eb853a835062ba624422f83417fafacc95ac
libgtop: add it for GNOME3.
---
libs/libgtop/DEPENDS | +2/-0
libs/libgtop/DETAILS | +17/-0
2 files changed, 19 insertions(+)
--- /dev/null
+++ b/libs/libgtop/DEPENDS
@@ -0,0 +1,2 @@
+depends glib-2
+depends popt
--- /dev/null
+++ b/libs/libgtop/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=libgtop
+ VERSION=2.28.4
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha1:b6f002cc80a61dc0908dd96e0b543113a46bc4b7
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20020714
+ UPDATED=20110830
+ SHORT="A library to provide top functionality to applications"
+
+cat << EOF
+libgtop is a library that fetches information about the running
+system such as cpu and memory usage, active processes etc. On Linux
+systems, these information are taken directly from the /proc filesystem
+while on other systems a server is used to read those information from
+/dev/kmem or similar.
+EOF
More information about the Lunar-commits
mailing list