Skip to content

Commit 7f110f5

Browse files
authored
Merge pull request #22 from tarantool/rockspecs
Release version 2.0.1 with rockspecs
2 parents f910e98 + 33ccede commit 7f110f5

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

rockspecs/mysql-2.0.1-1.rockspec

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
package = 'mysql'
2+
version = '2.0.1-1'
3+
source = {
4+
url = 'git://github.com/tarantool/mysql.git',
5+
branch = '2.0.1',
6+
}
7+
description = {
8+
summary = "MySQL connector for Tarantool",
9+
homepage = 'https://github.com/tarantool/mysql',
10+
license = 'BSD',
11+
}
12+
dependencies = {
13+
'lua >= 5.1'
14+
}
15+
build = {
16+
type = 'cmake';
17+
variables = {
18+
CMAKE_BUILD_TYPE="RelWithDebInfo";
19+
TARANTOOL_INSTALL_LIBDIR="$(LIBDIR)";
20+
TARANTOOL_INSTALL_LUADIR="$(LUADIR)";
21+
};
22+
}
23+
-- vim: syntax=lua
File renamed without changes.

0 commit comments

Comments
 (0)