Skip to content

Commit

Permalink
libgtop: add it for GNOME3.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Mar 9, 2013
1 parent e895526 commit 48f8eb8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/libgtop/DEPENDS
@@ -0,0 +1,2 @@
depends glib-2
depends popt
17 changes: 17 additions & 0 deletions 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

0 comments on commit 48f8eb8

Please sign in to comment.