           SPELL=ccache
         VERSION=3.2.1
          SOURCE=$SPELL-$VERSION.tar.xz
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://samba.org/ftp/ccache/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=samba.gpg:$SOURCE.asc:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
      LICENSE[0]=GPL
        WEB_SITE=http://ccache.samba.org
        KEYWORDS="devel"
           SHORT="ccache is a cache for C/C++ compilers"
         ENTERED=20020416
cat << EOF
ccache is a compiler cache. It acts as a caching pre-processor to
C/C++ compilers, using the -E compiler switch and a hash to detect
when a compilation can be satisfied from cache. This often results in
a 5 to 10 times speedup in common compilations.

The idea came from Erik Thiele wrote the original compilercache
program as a bourne shell script. ccache is a re-implementation of
Erik's idea in C with more features and better performance.
EOF
