mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 13:50:08 +02:00
16 lines
339 B
Plaintext
16 lines
339 B
Plaintext
DESCRIPTION="Lua is a powerful, fast, light-weight, embeddable scripting language."
|
|
HOMEPAGE="http://www.lua.org"
|
|
SRC_URI="http://www.lua.org/ftp/lua-5.1.4.tar.gz"
|
|
CHECKSUM_MD5="d0870f2de55d59c1c8419f36e8fac150"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd lua-5.1.4
|
|
make ansi INSTALL_TOP=/boot/common LIBS=
|
|
}
|
|
|
|
INSTALL {
|
|
|
|
}
|