aboutsummaryrefslogtreecommitdiff
path: root/rockspecs
diff options
context:
space:
mode:
authormascarenhas <mascarenhas>2008-01-16 22:33:24 +0000
committermascarenhas <mascarenhas>2008-01-16 22:33:24 +0000
commited97af80fb6ec7aad7c06177d20b72f9ef19052a (patch)
tree6a329fe688530d0396e5207507d6a0588e402bc0 /rockspecs
parent895e9daf27c7e8dcfd5c4d7f5cf1b8edf20b6e11 (diff)
downloadluafilesystem-ed97af80fb6ec7aad7c06177d20b72f9ef19052a.tar.gz
luafilesystem-ed97af80fb6ec7aad7c06177d20b72f9ef19052a.tar.bz2
luafilesystem-ed97af80fb6ec7aad7c06177d20b72f9ef19052a.zip
*** empty log message ***
Diffstat (limited to 'rockspecs')
-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}