Skip to content

Commit

Permalink
added v0.4.1 rockspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
and.sergeev committed Feb 6, 2019
1 parent 63595b8 commit 7ad6a9d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions rockspecs/tnt-kafka-0.4.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
package = "tnt-kafka"
version = "0.4.1-1"
source = {
url = "git://github.com/tarantool/tnt-kafka.git",
tag = "v0.4.1",
}
description = {
summary = "Kafka library for Tarantool",
homepage = "https://github.com/tarantool/tnt-kafka",
license = "Apache",
}
dependencies = {
"lua >= 5.1" -- actually tarantool > 1.6
}
external_dependencies = {
TARANTOOL = {
header = 'tarantool/module.h'
},
RDKAFKA = {
header = 'librdkafka/rdkafka.h'
}
}
build = {
type = 'cmake';
variables = {
CMAKE_BUILD_TYPE="RelWithDebInfo",
TARANTOOL_DIR="$(TARANTOOL_DIR)",
TARANTOOL_INSTALL_LIBDIR="$(LIBDIR)",
TARANTOOL_INSTALL_LUADIR="$(LUADIR)"
}
}

0 comments on commit 7ad6a9d

Please sign in to comment.