           SPELL=ccache
         VERSION=2.4
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://samba.org/ftp/ccache/$SOURCE
     SOURCE_HASH=sha512:6ab05f74eba5c0a7472a3d53cfa6c24e45f421f2c773776f713a46121eda21213deb34fcef214d4f8d2e756cd375637e4639a9bdfeb6b9a44455c5bcca246b19
      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
