SPELL=lua51 SPELLX=lua VERSION=5.1.5 SOURCE=$SPELLX-$VERSION.tar.gz SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION" SOURCE_URL[0]=http://www.lua.org/ftp/$SOURCE SOURCE_URL[1]=ftp://ftp.tecgraf.puc-rio.br/pub/lua/$SOURCE SOURCE_GPG="gurus.gpg:${SOURCE}.sig" WEB_SITE=http://www.lua.org/ ENTERED=20020309 LICENSE[0]=MIT KEYWORDS="devel" SHORT="powerful, fast, light-weight, embeddable scripting 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