aboutsummaryrefslogtreecommitdiff
path: root/rockspecs/luafilesystem-cvs-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'rockspecs/luafilesystem-cvs-1.rockspec')
-rw-r--r--rockspecs/luafilesystem-cvs-1.rockspec5
1 files changed, 3 insertions, 2 deletions
diff --git a/rockspecs/luafilesystem-cvs-1.rockspec b/rockspecs/luafilesystem-cvs-1.rockspec
index 686c6f9..253f4f1 100644
--- a/rockspecs/luafilesystem-cvs-1.rockspec
+++ b/rockspecs/luafilesystem-cvs-1.rockspec
@@ -1,7 +1,8 @@
1package = "LuaFileSystem" 1package = "LuaFileSystem"
2version = "cvs-1" 2version = "cvs-1"
3source = { 3source = {
4 url = "cvs://:pserver:anonymous:@cvs.luaforge.net:/cvsroot/luafilesystem" 4 url = "cvs://:pserver:anonymous:@cvs.luaforge.net:/cvsroot/luafilesystem",
5 cvs_tag = "HEAD"
5} 6}
6description = { 7description = {
7 summary = "File System Library for the Lua Programming Language", 8 summary = "File System Library for the Lua Programming Language",
@@ -18,6 +19,6 @@ dependencies = {
18build = { 19build = {
19 type = "module", 20 type = "module",
20 modules = { 21 modules = {
21 lfs = "lfs.c" 22 lfs = "src/lfs.c"
22 } 23 }
23} 24}