From a549514a73e48dc2838e47ce03ec3cab74bc4572 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 14 Aug 2012 22:05:30 +0200 Subject: remove previous rockspec --- lanes-3.1.5-1.rockspec | 55 -------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 lanes-3.1.5-1.rockspec diff --git a/lanes-3.1.5-1.rockspec b/lanes-3.1.5-1.rockspec deleted file mode 100644 index 1849338..0000000 --- a/lanes-3.1.5-1.rockspec +++ /dev/null @@ -1,55 +0,0 @@ --- --- Lanes rockspec --- --- Ref: --- --- - -package = "Lanes" - -version = "3.1.5-1" - -source= { - url= "git://github.com/LuaLanes/lanes.git", - branch= "v3.1.5" -} - -description = { - summary= "Multithreading support for Lua", - detailed= [[ - Lua Lanes is a portable, message passing multithreading library - providing the possibility to run multiple Lua states in parallel. - ]], - license= "MIT/X11", - homepage="http://kotisivu.dnainternet.net/askok/lanes/", - maintainer="Benoit Germain " -} - --- Q: What is the difference of "windows" and "win32"? Seems there is none; --- so should we list either one or both? --- -supported_platforms= { "win32", - "macosx", - "linux", - "freebsd", -- TBD: not tested - "msys", -- TBD: not supported by LuaRocks 1.0 (or is it?) -} - -dependencies= { - "lua = 5.1", -} - -build = { - type = "builtin", - modules = - { - ["lanes.core"] = - { - sources = { "src/lanes.c", "src/keeper.c", "src/tools.c", "src/threading.c"}, - incdirs = { "src"}, - }, - lanes = "src/lanes.lua", - ["lanes-keeper"] = "src/lanes-keeper.lua" - } -} - -- cgit v1.2.3-55-g6feb