package = "Orbit" version = "cvs-1" 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 = { 'wsapi cvs', 'luafilesystem cvs', 'cosmo current' } source = { url = "cvs://:pserver:anonymous@cvs.luaforge.net:/cvsroot/orbit", cvs_tag = "HEAD" } build = { type = "make", build_pass = true, install_target = "install-rocks", install_variables = { PREFIX = "$(PREFIX)", LUA_BIN = "/usr/bin/env lua", LUA_DIR = "$(LUADIR)", BIN_DIR = "$(BINDIR)" } }