           SPELL=lua4
         VERSION=4.0.1
          SOURCE=${SPELL/4/}-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/4/}-$VERSION
   SOURCE_URL[0]=http://www.lua.org/ftp/$SOURCE
   SOURCE_URL[1]=ftp://ftp.tecgraf.puc-rio.br/pub/lua/$SOURCE
     SOURCE_HASH=sha512:9765daf806c956074c5780936b3eb094a87c91b5b774a68298046e391da5217c12a7f24c057f797aa349a88cb74d5bdf7dcf7b894640732a2040b987f09fdccb
        WEB_SITE=http://www.lua.org/
         ENTERED=20040409
      LICENSE[0]=http://www.lua.org/copyright.html#4
        KEYWORDS="devel"
           SHORT="Light-weight programming language"
cat << EOF
Lua is a powerful light-weight programming language designed for extending 
applications. Lua is also frequently used as a general-purpose, stand-alone 
language.

Lua combines simple procedural syntax with powerful data description constructs
based on associative arrays and extensible semantics. Lua is dynamically typed,
interpreted from bytecodes, and has automatic memory management with garbage
collection, making it ideal for configuration, scripting, and rapid prototyping. 
EOF

