We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e362f6 commit 2d6d7feCopy full SHA for 2d6d7fe
rockspecs/memcached-1.0.1-1.rockspec
@@ -0,0 +1,31 @@
1
+package = 'memcached'
2
+version = '1.0.1-1'
3
+
4
+source = {
5
+ url = 'git://github.com/tarantool/memcached.git';
6
+ tag = '1.0.1';
7
+}
8
9
+description = {
10
+ summary = "Memcached protocol module for tarantool";
11
+ detailed = [[
12
+ Memcached protocol module for tarantool
13
+ ]];
14
+ homepage = 'https://github.com/tarantool/memcached.git';
15
+ license = 'BSD';
16
+ maintainer = "Alexander TUrenko <[email protected]>";
17
18
19
+dependencies = {
20
+ 'lua >= 5.1';
21
22
23
+build = {
24
+ type = 'cmake';
25
+ variables = {
26
+ CMAKE_BUILD_TYPE="RelWithDebInfo";
27
+ TARANTOOL_INSTALL_LIBDIR="$(LIBDIR)";
28
+ TARANTOOL_INSTALL_LUADIR="$(LUADIR)";
29
+ };
30
31
+-- vim: syntax=lua ts=4 sts=4 sw=4 et
0 commit comments