diff options
author | Fabio Mascarenhas <mascarenhas@lambda-2.local> | 2010-03-20 15:34:47 -0300 |
---|---|---|
committer | Fabio Mascarenhas <mascarenhas@lambda-2.local> | 2010-03-20 15:34:47 -0300 |
commit | 23211617237d206f0efc677e625f3d03614550b5 (patch) | |
tree | 65193d80d2a3cc25b9fa5d6fecd6024c5234f9a5 /lfw/rocks/luazip | |
parent | 4558c76a2bb640790cb3d9e70e84569d193abe06 (diff) | |
download | luarocks-23211617237d206f0efc677e625f3d03614550b5.tar.gz luarocks-23211617237d206f0efc677e625f3d03614550b5.tar.bz2 luarocks-23211617237d206f0efc677e625f3d03614550b5.zip |
files for Lua for Windows support
Diffstat (limited to 'lfw/rocks/luazip')
-rw-r--r-- | lfw/rocks/luazip/1.2.3-2/luazip-1.2.3-2.rockspec | 37 | ||||
-rw-r--r-- | lfw/rocks/luazip/1.2.3-2/rock_manifest | 6 |
2 files changed, 43 insertions, 0 deletions
diff --git a/lfw/rocks/luazip/1.2.3-2/luazip-1.2.3-2.rockspec b/lfw/rocks/luazip/1.2.3-2/luazip-1.2.3-2.rockspec new file mode 100644 index 00000000..92a99872 --- /dev/null +++ b/lfw/rocks/luazip/1.2.3-2/luazip-1.2.3-2.rockspec | |||
@@ -0,0 +1,37 @@ | |||
1 | package = "LuaZip" | ||
2 | version = "1.2.3-2" | ||
3 | source = { | ||
4 | url = "http://luaforge.net/frs/download.php/2493/luazip-1.2.3.tar.gz" | ||
5 | } | ||
6 | description = { | ||
7 | summary = "Library for reading files inside zip files", | ||
8 | detailed = [[ | ||
9 | LuaZip is a lightweight Lua extension library used to read files | ||
10 | stored inside zip files. The API is very similar to the standard | ||
11 | Lua I/O library API. | ||
12 | ]], | ||
13 | license = "MIT/X11", | ||
14 | homepage = "http://www.keplerproject.org/luaexpat/" | ||
15 | } | ||
16 | dependencies = { | ||
17 | "lua >= 5.1" | ||
18 | } | ||
19 | external_dependencies = { | ||
20 | ZZIP = { | ||
21 | header = "zzip.h" | ||
22 | } | ||
23 | } | ||
24 | build = { | ||
25 | type = "make", | ||
26 | variables = { | ||
27 | LUA_VERSION_NUM="501", | ||
28 | }, | ||
29 | build_variables = { | ||
30 | LIB_OPTION = "$(LIBFLAG) -L$(ZZIP_LIBDIR)", | ||
31 | CFLAGS = "$(CFLAGS) -I$(LUA_INCDIR) -I$(ZZIP_INCDIR)", | ||
32 | }, | ||
33 | install_variables = { | ||
34 | LUA_LIBDIR = "$(LIBDIR)", | ||
35 | LUA_DIR = "$(LUADIR)" | ||
36 | } | ||
37 | } | ||
diff --git a/lfw/rocks/luazip/1.2.3-2/rock_manifest b/lfw/rocks/luazip/1.2.3-2/rock_manifest new file mode 100644 index 00000000..8b71eec7 --- /dev/null +++ b/lfw/rocks/luazip/1.2.3-2/rock_manifest | |||
@@ -0,0 +1,6 @@ | |||
1 | rock_manifest = { | ||
2 | lib={ | ||
3 | ['zip.dll']='2d450eb4b48a5d6fd8a7ce99f3e24e8e' | ||
4 | }, | ||
5 | ['luazip-1.2.3-2.rockspec']='b0086cd00fa9693c0083199e9b57e717' | ||
6 | } | ||