aboutsummaryrefslogtreecommitdiff
path: root/lfw/rocks/luazip
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-06-13 17:16:36 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-06-28 17:28:40 -0300
commitbdaa92377180763dcfad0ed2627e59842425ee93 (patch)
tree3b6ecd1d877b492cfde7db71520f824967bd69cf /lfw/rocks/luazip
parent7a0622ce1cc2c518d1046ffed430fe16b92c18e1 (diff)
downloadluarocks-bdaa92377180763dcfad0ed2627e59842425ee93.tar.gz
luarocks-bdaa92377180763dcfad0ed2627e59842425ee93.tar.bz2
luarocks-bdaa92377180763dcfad0ed2627e59842425ee93.zip
Cleanups: Remove old lfw/ directory, rclauncher.c
Diffstat (limited to 'lfw/rocks/luazip')
-rw-r--r--lfw/rocks/luazip/1.2.3-2/luazip-1.2.3-2.rockspec37
-rw-r--r--lfw/rocks/luazip/1.2.3-2/rock_manifest6
2 files changed, 0 insertions, 43 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
deleted file mode 100644
index 92a99872..00000000
--- a/lfw/rocks/luazip/1.2.3-2/luazip-1.2.3-2.rockspec
+++ /dev/null
@@ -1,37 +0,0 @@
1package = "LuaZip"
2version = "1.2.3-2"
3source = {
4 url = "http://luaforge.net/frs/download.php/2493/luazip-1.2.3.tar.gz"
5}
6description = {
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}
16dependencies = {
17 "lua >= 5.1"
18}
19external_dependencies = {
20 ZZIP = {
21 header = "zzip.h"
22 }
23}
24build = {
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
deleted file mode 100644
index 8b71eec7..00000000
--- a/lfw/rocks/luazip/1.2.3-2/rock_manifest
+++ /dev/null
@@ -1,6 +0,0 @@
1rock_manifest = {
2 lib={
3 ['zip.dll']='2d450eb4b48a5d6fd8a7ce99f3e24e8e'
4 },
5 ['luazip-1.2.3-2.rockspec']='b0086cd00fa9693c0083199e9b57e717'
6}