Skip to content

Commit

Permalink
release new version v1.7 .
Browse files Browse the repository at this point in the history
  • Loading branch information
membphis committed Dec 23, 2019
1 parent 6ba726c commit c271a75
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions rockspec/lua-resty-radixtree-1.7-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
package = "lua-resty-radixtree"
version = "1.7-0"
source = {
url = "git://github.com/iresty/lua-resty-radixtree",
tag = "v1.7",
}

description = {
summary = "This is a radixtree implementation base on FFI for Lua-Openresty",
homepage = "https://github.com/iresty/lua-resty-radixtree",
license = "Apache License 2.0",
maintainer = "Yuansheng Wang <membphis@gmail.com>"
}

dependencies = {
"lua-resty-ipmatcher",
}

build = {
type = "make",
build_variables = {
CFLAGS="$(CFLAGS) -std=c99 -g -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast",
LIBFLAG="$(LIBFLAG)",
LUA_LIBDIR="$(LUA_LIBDIR)",
LUA_BINDIR="$(LUA_BINDIR)",
LUA_INCDIR="$(LUA_INCDIR)",
LUA="$(LUA)",
},
install_variables = {
INST_PREFIX="$(PREFIX)",
INST_BINDIR="$(BINDIR)",
INST_LIBDIR="$(LIBDIR)",
INST_LUADIR="$(LUADIR)",
INST_CONFDIR="$(CONFDIR)",
},
}

0 comments on commit c271a75

Please sign in to comment.