Rockspec for luaposix version 5.1.26 attached.
dependencies = {
"lua >= 5.1",
"luabitop >= 1.0.2",
}
description = {
license = "MIT/X11",
homepage = "http://github.com/luaposix/luaposix/",
detailed = " A library binding various POSIX APIs, including curses.\
POSIX is the IEEE Portable Operating System Interface standard.\
luaposix is based on lposix and lcurses.\
",
summary = "Lua bindings for POSIX (including curses)",
}
package = "luaposix"
build = {
build_command = "LUA=$(LUA) LUA_INCLUDE=-I$(LUA_INCDIR) ./configure
--prefix=$(PREFIX) --libdir=$(LIBDIR) --datadir=$(LUADIR) && make clean &&
make",
install_command = "make install",
type = "command",
copy_directories = {
},
}
version = "5.1.26-1"
source = {
branch = "release-v5.1.26",
url = "git://github.com/luaposix/luaposix.git",
}
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers