mirror of
https://github.com/lunarmodules/lua-iconv.git
synced 2025-06-23 04:34:33 +02:00
Updating rockspeck. Thanks Amadeu A. Barbosa Jr
git-svn-id: file:///var/svn/lua-iconv/trunk@59 9538949d-8f27-0410-946f-ce01ef448559
This commit is contained in:
parent
a918b0109a
commit
5f448d6ed1
@ -3,7 +3,7 @@
|
|||||||
-- 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 = "r5-1"
|
version = "r5-2"
|
||||||
|
|
||||||
source = {
|
source = {
|
||||||
url = "http://luaforge.net/frs/download.php/3389/lua-iconv-r5.tar.gz",
|
url = "http://luaforge.net/frs/download.php/3389/lua-iconv-r5.tar.gz",
|
||||||
@ -32,12 +32,14 @@ external_dependencies = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build = {
|
build = {
|
||||||
type = "make",
|
type = "module",
|
||||||
variables = {
|
modules = {
|
||||||
CFLAGS = "-I$(LUA_INCDIR) -O3 -Wall",
|
iconv = {
|
||||||
LFLAGS = "$(LIBFLAG)",
|
sources = {"luaiconv.c"},
|
||||||
LIBS = "",
|
incdirs = {"$(ICONV_INCDIR)"},
|
||||||
INSTALL_PATH = "$(LIBDIR)"
|
libdirs = {"$(ICONV_LIBDIR)"}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user