           SPELL=lua
         VERSION=5.1.1
          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:8f03680a509cfc4127cb5088607f9a45a22f73b8d7413b8db290c03220328b0952e048b0b9d387472f59f2fdb23ed0e606db82be7343acaa3e389083f7ef7f2a
        WEB_SITE=http://www.lua.org/
         ENTERED=20020309
      PATCHLEVEL=3
      LICENSE[0]=MIT
        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

