Hi Hisham,

please upload the new version of lgi into rockserver at your next convenience. rockspec file is attached.

Thanks,
Pavel
package = 'lgi'
version = '0.4-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.4'
}

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' }
}
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to