mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-11 06:10:06 +02:00
17 lines
336 B
Plaintext
17 lines
336 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"
|
|
REVISION="1"
|
|
STATUS_R5="untested"
|
|
STATUS_BONE="untested"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd lua-5.1.4
|
|
make haiku INSTALL_TOP=/boot/common LIBS=
|
|
}
|
|
|
|
INSTALL {
|
|
|
|
}
|