           SPELL=libgtop2
         VERSION=2.28.4
	  BRANCH=`echo $VERSION|cut -d . -f 1,2`
          SOURCE=libgtop-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/libgtop-$VERSION
   SOURCE_URL[0]=$GNOME_URL/sources/libgtop/$BRANCH/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
      LICENSE[0]=GPL
        WEB_SITE=http://www.gnome.org
         ENTERED=20020509
        KEYWORDS="gnome2 libs"
           SHORT="libgtop fetches information about a system."
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
