# Watch: http://crosstool-ng.org/download/crosstool-ng/ crosstool-ng-([0-9.]+)\.tar
           SPELL=crosstool-ng
         VERSION=1.27.0
      PATCHLEVEL=1
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
   SOURCE_URL[0]=http://crosstool-ng.org/download/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:4b0e68d967a129c4b033c2f3d1452d044c95f65ba0496c4ad8b4e1abe35fa994003e33775491e2a766a54886f1036a5659486a5a12192248dd209797532086b3
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="http://crosstool-ng.org"
      LICENSE[0]=GPL
         ENTERED=20110801
           SHORT="toolchains builder"
cat << EOF
crosstool-NG aims at building toolchains. Toolchains are an essential component
in a software development project. It will compile, assemble and link the code
that is being developed. Some pieces of the toolchain will eventually end up in
the resulting binary/ies: static libraries are but an example.
EOF
