Fixing paths in rockspec

git-svn-id: file:///var/svn/lua-iconv/trunk@51 9538949d-8f27-0410-946f-ce01ef448559
This commit is contained in:
Alexandre Erwin Ittner 2008-05-17 03:54:34 +00:00
parent 424a37d206
commit 893cb11189

View File

@ -1,12 +1,14 @@
-- Packs Lua-iconv into a LuaRock -- Packs lua-iconv into a LuaRock
-- rockspec based uppon the file provided by DarkGod <darkgod at net-core.org> -- rockspec based uppon the file provided by DarkGod <darkgod at net-core.org>
package = "Lua-iconv" package = "lua-iconv"
version = "r4-1" version = "r4-1"
source = { 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 = { description = {
summary = "Lua binding to the iconv", summary = "Lua binding to the iconv",
detailed = [[ detailed = [[
@ -17,14 +19,17 @@ description = {
license = "MIT/X11", license = "MIT/X11",
homepage = "http://luaforge.net/projects/lua-iconv/" homepage = "http://luaforge.net/projects/lua-iconv/"
} }
dependencies = { dependencies = {
"lua >= 5.1", "lua >= 5.1",
} }
external_dependencies = { external_dependencies = {
ICONV = { ICONV = {
header = "iconv.h" header = "iconv.h"
} }
} }
build = { build = {
type = "make", type = "make",
variables = { variables = {