Rockspec for luaposix version 5.1.22 attached.
package="luaposix"
version="5.1.22-1"
source = {
url = "https://github.com/downloads/luaposix/luaposix/luaposix-5.1.22.tar.gz",
md5 = "e5b30010b5cb32e596a15bc92faae3df",
dir = "luaposix-5.1.22"
}
description = {
summary = "Lua bindings for POSIX (including curses)",
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.
]],
homepage = "http://github.com/luaposix/luaposix/",
license = "MIT/X11"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "command",
build_command = "LUA=$(LUA) CPPFLAGS=-I$(LUA_INCDIR) ./configure
--prefix=$(PREFIX) --libdir=$(LIBDIR) --datadir=$(LUADIR)",
install_command = "make install"
}
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers