           SPELL=cmake
         VERSION=2.2.3
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.cmake.org/files/v2.2/$SOURCE
#     SOURCE_HASH=sha512:7a91feed4742d2c1810574ac3f9960a14cd7b5759ab377b4da71ade73895aa13ba6b684e9b21ca621f3642f71903af569813f8cdb9d52096ec1197eef65d5eeb
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
      LICENSE[0]=http://www.cmake.org/HTML/Copyright.html
       BUILD_API=2
        WEB_SITE=http://www.cmake.org/HTML/Index.html
         ENTERED=20020429
         UPDATED=20041215
           SHORT="Cross-platform make system"
cat << EOF
CMake is a cross-platform, open-source make system. CMake is used to
control the software compilation process using simple platform and
compiler independent configuration files. CMake generates native
makefiles and workspaces that can be used in the compiler environment
of your choice. CMake is quite sophisticated: it is possible to
support complex environments requiring system configuration,
pre-processor generation, code generation, and template instantiation.
EOF
