           SPELL=sysprof
         VERSION=1.0.8
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://www.daimi.au.dk/~sandmann/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:d178fe225103b0885001e0b20cce93a0ff59ba094edab53ef144d5fa7d76a742fabe268a9b2fbf1dcab19ced7f2cc7e25dc7cd4eba52a663ff330bd21310bc20
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
