          MODULE=lua
         VERSION=5.1.5
          SOURCE=$MODULE-$VERSION.tar.gz
         SOURCE2=lua-5.1-module_paths.patch
      SOURCE_URL=http://www.lua.org/ftp
     SOURCE2_URL=http://ie.archive.ubuntu.com/gentoo-portage/dev-lang/lua/files
      SOURCE_VFY=sha1:b3882111ad02ecc6b972f8c1241647905cb2e3fc
     SOURCE2_VFY=sha1:50cb1438b7c50536ebf712d16d153eac40599562
        WEB_SITE=http://www.lua.org
         ENTERED=20040429
         UPDATED=20120221
           SHORT="light-weight programming language for extending applications"

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 is free software.

Lua is a language engine that you can embed into your application. This
means that, besides syntax and semantics, Lua has an API that allows
the application to exchange data with Lua programs and also to extend
Lua with C functions. In this sense, Lua can be regarded as a language
framework for building domain-specific languages.
EOF
