mirror of
https://github.com/lunarmodules/lua-iconv.git
synced 2025-06-23 04:34:33 +02:00
Fixing paths in rockspec
git-svn-id: file:///var/svn/lua-iconv/trunk@51 9538949d-8f27-0410-946f-ce01ef448559
This commit is contained in:
parent
424a37d206
commit
893cb11189
@ -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>
|
||||
|
||||
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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user