lua: picked up orphand port

This commit is contained in:
Danny Rawlins 2012-06-23 20:28:07 +10:00
parent 9a34ea97c6
commit 5bc92ae962

View File

@ -1,13 +1,14 @@
# Description: A programming language designed for extending applications
# URL: http://www.lua.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on:
# Description: A programming language designed for extending applications.
# URL: http://www.lua.org/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: readline
name=lua
version=5.2.0
release=2
source=(http://www.lua.org/ftp/$name-$version.tar.gz \
$name.diff)
source=(http://www.lua.org/ftp/$name-$version.tar.gz
$name.diff)
build() {
cd $name-$version