mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user