          MODULE=ccache
         VERSION=3.1.7
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://samba.org/ftp/$MODULE
      SOURCE_VFY=sha1:93872fb20c066859842e4bc989895359ae218ad6
        WEB_SITE=http://ccache.samba.org
         ENTERED=20020701
         UPDATED=20120505
           SHORT="A compiler cache"

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.
EOF
