diff options
Diffstat (limited to 'rockspec')
-rw-r--r-- | rockspec | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -1,7 +1,9 @@ | |||
1 | package = "LuaRocks" | 1 | package = "LuaRocks" |
2 | local VER = "scm" | 2 | local VER = "scm-1" |
3 | local REV = "1" | 3 | |
4 | version = VER.."-"..REV | 4 | source = { |
5 | url = "--this rockspec is used by `make bootstrap` only--", | ||
6 | } | ||
5 | 7 | ||
6 | description = { | 8 | description = { |
7 | summary = "A deployment and management system for Lua modules.", | 9 | summary = "A deployment and management system for Lua modules.", |
@@ -23,10 +25,6 @@ dependencies = { | |||
23 | "lua >= 5.1" | 25 | "lua >= 5.1" |
24 | } | 26 | } |
25 | 27 | ||
26 | source = { | ||
27 | url = "http://luarocks.org/releases/luarocks-"..VER..".tar.gz", | ||
28 | } | ||
29 | |||
30 | build = { | 28 | build = { |
31 | type = "make", | 29 | type = "make", |
32 | install_target = "install_rock", | 30 | install_target = "install_rock", |