0
0
Fork 0
haikuports/dev-lua/luafilesystem/luafilesystem-1.6.2_git.recipe

43 lines
1.0 KiB
Bash
Raw Permalink Normal View History

2014-01-02 21:40:56 +00:00
SUMMARY="A Lua library for file system operations"
2013-10-22 21:16:17 +00:00
DESCRIPTION="
2014-01-02 21:40:56 +00:00
LuaFileSystem is a Lua library developed to complement the set of functions \
related to file systems offered by the standard Lua distribution.
LuaFileSystem offers a portable way to access the underlying directory \
2016-02-26 15:33:51 +00:00
structure and file attributes."
2013-10-22 21:16:17 +00:00
HOMEPAGE="http://keplerproject.github.io/luafilesystem/"
COPYRIGHT="2004-2012 Kepler Project"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/keplerproject/luafilesystem/archive/2fd989cd6c777583be1c93616018c55b2cbb1bcf.tar.gz"
CHECKSUM_SHA256="7e9e0b591bcceae44ed6891f9c47407be60e14abf241b485c0543bce5dc873bb"
SOURCE_DIR="luafilesystem-2fd989cd6c777583be1c93616018c55b2cbb1bcf"
2013-10-22 21:16:17 +00:00
ARCHITECTURES="x86 x86_gcc2"
PROVIDES="
luafilesystem = $portVersion
"
REQUIRES="
haiku
2013-10-22 21:16:17 +00:00
lua >= 5.2
"
BUILD_REQUIRES="
lua_devel
"
BUILD_PREREQUIRES="
haiku_devel
2013-10-22 21:16:17 +00:00
cmd:gcc
2018-08-08 14:18:18 +00:00
cmd:make
2013-10-22 21:16:17 +00:00
"
BUILD()
{
make LUA_INC=$developDir LUA_LIBDIR=$libDir/lua/5.2
}
INSTALL()
{
make LUA_INC=$developDir LUA_LIBDIR=$libDir/lua/5.2 install
}