Hi Hisham,
please upload the new version of lgi into rockserver at your next
convenience. rockspec file is attached.
Thank you!
Pavel
package = 'lgi'
version = '0.7.1-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.7.1'
}
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' }
}
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers