New .bep file for new version

This commit is contained in:
Scott McCreary
2008-08-23 03:32:23 +00:00
parent 50e69f783d
commit c6c3b87c2b

View File

@@ -0,0 +1,16 @@
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 {
}