           SPELL=callgrind
         VERSION=0.10.1
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://kcachegrind.sourceforge.net/$SOURCE
# current version has a bad archive uploaded
#   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/kcachegrind/$SOURCE 
     SOURCE_HASH=sha512:8ab25d36f2a8cae8e33198030c17f7afed6c9d9147de79a218383bdaa00856fa2ae765a767526271e46a0a243b7f32b4421bb4fe0e84f40c72a9ce8bbd591ec9:WORKS_FOR_ME
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
        WEB_SITE=http://kcachegrind.sourceforge.net
         ENTERED=20060724
      LICENSE[0]=GPL
           SHORT="profiler based on valgrind"
cat << EOF
Callgrind uses runtime instrumentation via the Valgrind framework for its cache
simulation and call-graph generation. This way, even shared libraries and 
dynamically opened plugins can be profiled. The data files generated by 
Callgrind can be loaded into KCachegrind for browsing the performance results.
But there is also a command line tool in the package to get ASCII reports from 
data files without the need to use KCachegrind.
EOF
