           SPELL=google-perftools
         VERSION=0.91
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://google-perftools.googlecode.com/files/$SOURCE
      SOURCE_GPG="gurus.gpg:$SOURCE.sig"
      LICENSE[0]=BSD
        WEB_SITE=http://code.google.com/p/google-perftools/
        KEYWORDS="libs"
         ENTERED=20070627
           SHORT='Robust performance tools from Google'
cat << EOF
These tools are for use by developers so that they can create more robust
applications. Especially of use to those developing multi-threaded applications
in C++ with templates. Includes TCMalloc, heap-checker, heap-profiler and
cpu-profiler.
EOF
