           SPELL=buildbot
         VERSION=0.7.12
  SECURITY_PATCH=1
          SOURCE=$SPELL-$VERSION.tar.gz
	 SOURCE2=$SOURCE.sig
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.asc
      SOURCE_GPG=buildbot.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
            DOCS="NEWS README* docs/*"
        WEB_SITE=http://buildbot.net/
  SOURCE2_IGNORE=signature
      LICENSE[0]=GPL
        KEYWORDS="python devel"
           SHORT="A build/test automation system"
cat << EOF
The BuildBot is a system to automate the compile/test cycle required by most
software projects to validate code changes. It builds and tests the tree each
time a change is committed, providing status updates through a Web page or other
protocols.
EOF
