Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Updated to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed Apr 2, 2011
1 parent 3180746 commit af6b139
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Expand Up @@ -5,8 +5,9 @@
# Please note that the package source code is licensed under its own license.

project ( batteries NONE )
cmake_minimum_required ( VERSION 2.6 )

# Just a metapackage, message the user
add_custom_target ( install
COMMAND echo "This is a meta-package for the LuaForWindows collection of Lua modules."
)
)
32 changes: 16 additions & 16 deletions dist.info
@@ -1,7 +1,7 @@
--- This file is part of LuaDist project

name = "batteries"
version = "0.2.1"
version = "0.3"

desc = "Lua Batteries. A meta package modeled after Lua for Windows distribution."
author = "N/A"
Expand All @@ -11,15 +11,15 @@ url = "http://groups.google.com/group/luaforwindows"

depends = {
Windows = {
-- "luagd>=2.9.33r2",
"luacom>=1.4",
-- "luainterface>=1.5.3", -- Ticket #16
},
"luagd>=2.9.33r2",
"luacom>=1.4",
"luainterface>=1.5.3",
},
"luaex",
"lpeg>=0.9",
"luadate>=2",
"luadoc>=3.0.1",
"luaexpat>1.1.0",
"luaexpat=>1.1.0",
"luafilesystem>=1.4.2",
"lualogging>=1.1.4",
"luaprofiler>2.0.1",
Expand All @@ -40,17 +40,17 @@ depends = {
"luaxml>=1.3",
"lanes>=2.0.4",
"luagl>=1.3",
"penglight>=0.8.4",
"penlight>=0.8.4",
"gzio>=0.9.0",
"lemock>=0.6",
"oil>=0.5",
-- "alien>=0.4.1", Ticket #23
-- "iup>=3.2.0", Ticket #6
-- "cd>=5.3.0", Ticket #6
-- "im>=3.6.0", Ticket #6
-- "luacurl>=1.0", Ticket #20
-- "wxlua>=2.8.10", Ticket #15
-- "metalua>=0.5-rc1", Ticket #11
-- "luars232>=1.0.0", Ticket #9
-- "luarocks>=2.0.2", Ticket #8
"alien>=0.4.1",
"iup>=3.2.0",
"cd>=5.3.0",
"im>=3.6.0",
"luacurl>=1.0",
"wxlua>=2.8.10",
"metalua>=0.5",
"luars232>=1.0.0",
"luarocks>=2.0.2",
}

0 comments on commit af6b139

Please sign in to comment.