Hello,
please upload attached rockspec. If it is not OK, please let me know.
Thanks,
Pavel
package = 'lgi'
version = '0.3-1'
description = {
summary = "Lua bindings to GObject libraries",
detailed = [[
Dynamic Lua binding to any library which is introspectable
using gobject-introspection. Allows using GObject-based libraries
directly from Lua.
]],
license = 'MIT/X11',
homepage = 'http://github.com/pavouk/lgi'
}
supported_platforms = { 'unix' }
source = {
url = 'git://github.com/pavouk/lgi.git',
tag = '0.3'
}
dependencies = { 'lua 5.1' }
build = {
type = 'make',
variables = {
PREFIX = '$(PREFIX)',
LUA_LIBDIR = '$(LIBDIR)',
LUA_SHAREDIR = '$(LUADIR)',
LUA_CFLAGS = '$(CFLAGS) -I$(LUA_INCDIR)',
LIBFLAG = '$(LIBFLAG)',
},
copy_directories = { 'docs', 'samples' }
}
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers