We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b973bb commit f190698Copy full SHA for f190698
rockspecs/lua-rados-0.0.1-1.rockspec
@@ -0,0 +1,20 @@
1
+package="lua-rados"
2
+version="0.0.1-1"
3
+source = {
4
+ url = "https://github.com/noahdesu/lua-rados/archive/v0.0.1.tar.gz",
5
+ dir = "lua-rados-0.0.1"
6
+}
7
+description = {
8
+ summary = "Lua bindings to RADOS",
9
+ detailed = [[]],
10
+ homepage = "http://github.com/noahdesu/lua-rados/",
11
+ license = "MIT"
12
13
+dependencies = {
14
+ "lua >= 5.1"
15
16
+build = {
17
+ type = "command",
18
+ build_command = "./bootstrap.sh && LUA=$(LUA) CPPFLAGS=-I$(LUA_INCDIR) ./configure --prefix=$(PREFIX) --libdir=$(LIBDIR) --datadir=$(LUADIR) && make clean && make",
19
+ install_command = "make install"
20
0 commit comments