MaurĂ­cio,

Orbit's rockspec at http://luarocks.org/repositories/rocks is fine, what
LuaRocks server are you using?

--
Fabio Mascarenhas


On Wed, Nov 25, 2009 at 2:51 PM, Mauricio Henrique Bomfim <
mauri...@fabricadigital.com.br> wrote:

> Hi,
>
>    I've tryed to install orbit 2.1.0 on Linux ubuntu but I received
> the message below:
>
> cp: cannot stat `src/model.lua': No such file or directory
>
>    So, I've fixed the rockspec as follows and it worked.
>
> []'s
>
> Mauricio
>
> package = "Orbit"
>
> version = "2.1.0-1"
>
> source = {
>  url = "
> http://cloud.github.com/downloads/keplerproject/orbit/orbit-2.1.0.tar.gz";,
> }
>
> description = {
>  summary = "MVC for Lua Web Development",
>  detailed = [[
>     Orbit is a library for developing web applications according to
>     the Model-View-Controller paradigm in Lua.
>  ]],
>  license = "MIT/X11",
>  homepage = "http://www.keplerproject.org/orbit";
> }
>
> dependencies = { 'luafilesystem >= 1.5.0' }
>
> build = {
>   type = "module",
>   modules = {
>     orbit = "src/orbit.lua",
>     ["orbit.model"] = "src/orbit/model.lua",
>     ["orbit.pages"] = "src/orbit/pages.lua",
>     ["orbit.cache"] = "src/orbit/cache.lua",
>     ["orbit.ophandler"] = "src/orbit/ophandler.lua",
>   },
>   install = { bin = { "src/launchers/orbit" } },
>   copy_directories = { "doc", "samples", "test" }
> }
>
> _______________________________________________
> Kepler-Project mailing list
> Kepler-Project@lists.luaforge.net
> http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
> http://www.keplerproject.org/
>
_______________________________________________
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