diff --git a/lua-iconv-r4-1.rockspec b/lua-iconv-r4-1.rockspec index 161bfea..3a8fda5 100644 --- a/lua-iconv-r4-1.rockspec +++ b/lua-iconv-r4-1.rockspec @@ -1,12 +1,14 @@ --- Packs Lua-iconv into a LuaRock +-- Packs lua-iconv into a LuaRock -- rockspec based uppon the file provided by DarkGod -package = "Lua-iconv" +package = "lua-iconv" version = "r4-1" + source = { - url = "http://luaforge.net/frs/download.php/xxxx/lua-iconv-r4.tar.gz", + url = "http://luaforge.net/frs/download.php/3374/lua-iconv-r4.tar.gz", } + description = { summary = "Lua binding to the iconv", detailed = [[ @@ -17,14 +19,17 @@ description = { license = "MIT/X11", homepage = "http://luaforge.net/projects/lua-iconv/" } + dependencies = { "lua >= 5.1", } + external_dependencies = { ICONV = { header = "iconv.h" } } + build = { type = "make", variables = {