Hello,
I'd like to include rockspec for alpha release of my LGI project into
the rocks server. Please let me know whether there are any problems
with it.
BTW, rockspec does not contain MD5 field, because I'm not sure
whether/how to generate proper MD5 for project downloaded directly from
GIT.
Thanks,
Pavel
package = 'LGI'
version = '0.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 = 'https://gitorious.org/lgi/lgi'
}
supported_platforms = { "unix" }
source = {
url = 'git://gitorious.org/lgi/lgi.git',
tag = '0.1'
}
dependencies = {
"lua 5.1"
}
build = {
type = 'command',
build_command =
"LUA_CFLAGS=-I$(LUA_INCDIR) python waf configure " ..
"--prefix=$(PREFIX) --datadir=$(LUADIR) --libdir=$(LIBDIR); " ..
"python waf build",
install_command = "python waf install",
copy_directories = { 'docs' }
}
------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook
in minutes. BlackBerry App World™ now supports Android™ Apps
for the BlackBerry® PlayBook™. Discover just how easy and simple
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers