           SPELL=ccbuild
         VERSION=1.5.7
          SOURCE="$SPELL-$VERSION.tar.gz"
         SOURCE2=$SOURCE.sig
  SOURCE2_IGNORE=signature
      SOURCE_GPG=8F79D9FE.gpg:$SOURCE2:UPSTREAM_KEY
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
  SOURCE2_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://ccbuild.sourceforge.net/
   FRESHMEAT_URL="http://freshmeat.net/projects/$SPELL/"
      LICENSE[0]='GPL'
           DOCS="doc/debiandoc/ccbuild.html/* tools/ccResolutions.d"
        KEYWORDS="devel"
           SHORT="A strict developer's build utility"
cat << EOF
ccbuild is like a dynamic Makefile. ccbuild finds all programs in the current
directory (containing &quot;int main&quot;) and compiles them. For this, it
reads the C++ sources and looks at all local and global includes. All C++
files surrounding local includes are considered objects for the main program.
The global includes lead to extra compiler arguments using a configuration file.
ccbuild splits these arguments for compilation and linking, keeping the linking
arguments back for later use. It should allow development without any scripting
and only simple reusable configuration. Real deployment/distribution should
still be done with other tools. As an added bonus, it can create simple
Makefiles and graph dependencies using DOT (graphviz) graphs.
EOF
## Auto-generated from Freshmeat.net's project descriptor
