           SPELL=lua
         VERSION=5.0.2
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$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:f8a45c58448c4b6e8e5de140d87e01c9afa701ab690635e1232626c531df23c373553edde6c91448685cd9c168d23dc4e718c2bee0d546818005e4e92b6f1643
        WEB_SITE=http://www.lua.org/
       BUILD_API=2
         ENTERED=20020309
         UPDATED=20040308
      LICENSE[0]=MIT
           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

