Update rockspec
This commit is contained in:
parent
d18fb3adca
commit
2fa773fd84
@ -4,6 +4,7 @@ source = {
|
|||||||
url = "https://github.com/moteus/lua-lcurl/archive/master.zip",
|
url = "https://github.com/moteus/lua-lcurl/archive/master.zip",
|
||||||
dir = "lua-lcurl-master",
|
dir = "lua-lcurl-master",
|
||||||
}
|
}
|
||||||
|
|
||||||
description = {
|
description = {
|
||||||
summary = "Lua binding to libcurl",
|
summary = "Lua binding to libcurl",
|
||||||
detailed = [[
|
detailed = [[
|
||||||
@ -11,6 +12,7 @@ description = {
|
|||||||
homepage = "https://github.com/moteus/lua-lcurl",
|
homepage = "https://github.com/moteus/lua-lcurl",
|
||||||
license = "MIT/X11"
|
license = "MIT/X11"
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"lua >= 5.1"
|
"lua >= 5.1"
|
||||||
}
|
}
|
||||||
@ -58,7 +60,8 @@ build = {
|
|||||||
lcurl = {
|
lcurl = {
|
||||||
sources = {
|
sources = {
|
||||||
"src/l52util.c", "src/lceasy.c", "src/lcerror.c",
|
"src/l52util.c", "src/lceasy.c", "src/lcerror.c",
|
||||||
"src/lchttppost.c", "src/lcurl.c", "src/lcutils.c"
|
"src/lchttppost.c", "src/lcurl.c", "src/lcutils.c",
|
||||||
|
"src/multi.c",
|
||||||
},
|
},
|
||||||
incdirs = { "$(CURL_INCDIR)" },
|
incdirs = { "$(CURL_INCDIR)" },
|
||||||
libdirs = { "$(CURL_LIBDIR)" }
|
libdirs = { "$(CURL_LIBDIR)" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user