          MODULE=distcc
         VERSION=2.9
        #VERSION=2.7.1
          SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=http://distcc.samba.org/ftp/distcc/$SOURCE
        WEB_SITE=http://distcc.samba.org/
         ENTERED=20020701
         UPDATED=20030722
           SHORT="distcc is to distribute compilation cross several machines"
cat << EOF
distcc is a program to distribute compilation of C or C++ code across
several machines on a network. distcc should always generate the same
results as a local compile, is simple to install and use, and is often
significantly faster than a local compile.
EOF

