If this is the wrong list for luarocks questions, let me know.

I have a bunch of binary modules that I want to distribute for my app
via lua rocks, but I haven't been able to find details on how to
specify a binary module's rockspec.  For build.type, the docs say:

build.type (string) - The LuaRocks build back-end to use. Example: "make"

But make no mention of alternatives or what the value might be for a
binary module with nothing to compile.  I'm having a hard time
following the process of making a luarock I guess because the example
on the site doesn't apply to my case.  I'm probably going to need a
lot of hand holding.

thanks!
wes


So far I have:


package = "opengl"
version = "4258"
source = {
   url = "http://lua-av.mat.ucsb.edu/";,
}

description = {
   summary = "OpenGL graphics library",
   detailed = [[
OpenGL bindings <snip>
   ]],
}

dependencies = {
   "lua >= 5.1"
}

build = {
   type = "???????????",
}

_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to