           SPELL=distcc
         VERSION=3.1
      PATCHLEVEL=1
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://distcc.googlecode.com/files/$SOURCE
     SOURCE_HASH=sha512:0ca7167309badf5d36d2783bab398295b52c43fde0355cf1902032c70b27fc40c21729c98af0ee4c0aeea0c48755e4626308e9385d938b7822de27cdb048e7bd
        WEB_SITE=http://distcc.org/
      LICENSE[0]=GPL
         ENTERED=20020717
        KEYWORDS="devel"
           SHORT="spread compilation among several different computers"

cat << EOF
distcc is a program that distributes compilation of C code across several
machines on a network. It does not require machines to share a filesystem, have
synchronized clocks, or to have the same libraries or header files installed.
EOF
