Rockspec for luaposix version 5.1.27 attached.
source = {
  url = "git://github.com/luaposix/luaposix.git",
  branch = "release-v5.1.27",
}
build = {
  type = "command",
  copy_directories = {
  },
  install_command = "make install",
  build_command = "LUA=$(LUA) LUA_INCLUDE=-I$(LUA_INCDIR) ./configure 
--prefix=$(PREFIX) --libdir=$(LIBDIR) --datadir=$(LUADIR) && make clean && 
make",
}
version = "5.1.27-1"
package = "luaposix"
dependencies = {
  "lua >= 5.1",
  "luabitop >= 1.0.2",
}
description = {
  license = "MIT/X11",
  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)",
  homepage = "http://github.com/luaposix/luaposix/";,
}
------------------------------------------------------------------------------
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_mar
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to