           SPELL=lua50
             PKG=lua
         VERSION=5.0
          SOURCE=$PKG-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$PKG-$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:1594370b5c0aca596437d80f34093e9617679525ac38d7e6e6e3928dd5bfc6694ff8362ec5813a0c871971cac95d609ea10e02630ce978ea08b8f0c20a3a6bea
        WEB_SITE=http://www.lua.org/
         ENTERED=20020309
      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

