Add patch to lua for proper Haiku support and shared lib building(ticket #283).

Adjusted build/install commands in the bep file.
This commit is contained in:
Chris Roberts
2010-04-28 04:34:58 +00:00
parent 90adb87d30
commit d3bd9ab442
2 changed files with 96 additions and 3 deletions

View File

@@ -2,14 +2,15 @@ DESCRIPTION="Lua is a powerful, fast, light-weight, embeddable scripting languag
HOMEPAGE="http://www.lua.org"
SRC_URI="http://www.lua.org/ftp/lua-5.1.4.tar.gz"
CHECKSUM_MD5="d0870f2de55d59c1c8419f36e8fac150"
REVISION="1"
REVISION="2"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd lua-5.1.4
make ansi INSTALL_TOP=/boot/common LIBS=
make haiku
}
INSTALL {
cd lua-5.1.4
make install INSTALL_TOP="${DESTDIR}/boot/common"
}