           SPELL=sysprof
         VERSION=1.0.9
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://www.daimi.au.dk/~sandmann/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:1c83bbef5d2dfb1b6a5a0309d9248cf6a1002c392c0d9cdd954682328a7aa3d3337cfaff4ccf19bfde0fac98941a850c485c21ab7181a646054936f02b9dadbf
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://www.daimi.au.dk/~sandmann/sysprof/
      LICENSE[0]=GPL
         ENTERED=20070125
           SHORT="A sampling systemwide CPU profiler for Linux on x86."
cat << EOF
Sysprof is a sampling CPU profiler that uses a Linux kernel module to profile
the entire system, not just a single application. It handles shared libraries,
and applications do not need to be recompiled. It profiles all running
processes, not just a single application, has a nice graphical interface,
shows the time spent in each branch of the call tree, can load and save
profiles, and is easy to use.
EOF
