aboutsummaryrefslogtreecommitdiff
path: root/lfw/rocks/md5
diff options
context:
space:
mode:
authorFabio Mascarenhas <mascarenhas@lambda-2.local>2010-03-20 15:34:47 -0300
committerFabio Mascarenhas <mascarenhas@lambda-2.local>2010-03-20 15:34:47 -0300
commit23211617237d206f0efc677e625f3d03614550b5 (patch)
tree65193d80d2a3cc25b9fa5d6fecd6024c5234f9a5 /lfw/rocks/md5
parent4558c76a2bb640790cb3d9e70e84569d193abe06 (diff)
downloadluarocks-23211617237d206f0efc677e625f3d03614550b5.tar.gz
luarocks-23211617237d206f0efc677e625f3d03614550b5.tar.bz2
luarocks-23211617237d206f0efc677e625f3d03614550b5.zip
files for Lua for Windows support
Diffstat (limited to 'lfw/rocks/md5')
-rw-r--r--lfw/rocks/md5/1.1.2-1/md5-1.1.2-1.rockspec39
-rw-r--r--lfw/rocks/md5/1.1.2-1/rock_manifest12
2 files changed, 51 insertions, 0 deletions
diff --git a/lfw/rocks/md5/1.1.2-1/md5-1.1.2-1.rockspec b/lfw/rocks/md5/1.1.2-1/md5-1.1.2-1.rockspec
new file mode 100644
index 00000000..66267018
--- /dev/null
+++ b/lfw/rocks/md5/1.1.2-1/md5-1.1.2-1.rockspec
@@ -0,0 +1,39 @@
1package = "MD5"
2version = "1.1.2-1"
3source = {
4 url = ""
5}
6description = {
7 summary = "Basic cryptographic library",
8 detailed = [[
9 MD5 offers basic cryptographic facilities for Lua 5.1:
10 a hash (digest) function, a pair crypt/decrypt based on MD5 and CFB,
11 and a pair crypt/decrypt based on DES with 56-bit keys.
12 ]],
13 license = "MIT/X11",
14 homepage = "http://www.keplerproject.org/md5/"
15}
16dependencies = {
17 "lua >= 5.1"
18}
19build = {
20 type = "make",
21 variables = {
22 LUA_VERSION_NUM="501",
23 },
24 build_variables = {
25 LIB_OPTION = "$(LIBFLAG)",
26 CFLAGS = "$(CFLAGS) -I$(LUA_INCDIR)",
27 },
28 install_variables = {
29 LUA_LIBDIR = "$(LIBDIR)",
30 LUA_DIR = "$(LUADIR)"
31 },
32 platforms = {
33 win32 = {
34 build_variables = {
35 LUA_LIB = "$(LUA_LIBDIR)\\lua5.1.lib"
36 }
37 }
38 }
39}
diff --git a/lfw/rocks/md5/1.1.2-1/rock_manifest b/lfw/rocks/md5/1.1.2-1/rock_manifest
new file mode 100644
index 00000000..120edb5c
--- /dev/null
+++ b/lfw/rocks/md5/1.1.2-1/rock_manifest
@@ -0,0 +1,12 @@
1rock_manifest = {
2 ['md5-1.1.2-1.rockspec']='a3953425b9c63515ae647a874fc07f96',
3 lua={
4 ['md5.lua']='d4cd3727e9968f1cddbbe02d85288a9c'
5 },
6 lib={
7 ['des56.dll']='13ffbb58e4b1685d5d27b41840b88d43',
8 ['md5']={
9 ['core.dll']='b925346324ca57f32d8c42541f881119'
10 }
11 }
12}