Commit d6cfb8fa authored by Francois Perrad's avatar Francois Perrad Committed by Thomas Petazzoni
Browse files

lua-csnappy: new package

parent d56e04ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -380,6 +380,7 @@ source "package/lrandom/Config.in"
source "package/lua-cjson/Config.in"
source "package/lua-coat/Config.in"
source "package/lua-coatpersistent/Config.in"
source "package/lua-csnappy/Config.in"
source "package/lua-ev/Config.in"
source "package/lua-messagepack/Config.in"
source "package/lua-msgpack-native/Config.in"
+8 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LUA_CSNAPPY
	bool "lua-csnappy"
	help
	  lua-csnappy is a binding of the csnappy library
	  which implements the Google's Snappy (de)compressor.

	  http://fperrad.github.io/lua-csnappy/
+13 −0
Original line number Diff line number Diff line
################################################################################
#
# lua-csnappy
#
################################################################################

LUA_CSNAPPY_VERSION_UPSTREAM = 0.1.1
LUA_CSNAPPY_VERSION = $(LUA_CSNAPPY_VERSION_UPSTREAM)-1
LUA_CSNAPPY_SUBDIR  = lua-csnappy-$(LUA_CSNAPPY_VERSION_UPSTREAM)
LUA_CSNAPPY_LICENSE = BSD-3c
LUA_CSNAPPY_LICENSE_FILES = $(LUA_CSNAPPY_SUBDIR)/COPYRIGHT

$(eval $(luarocks-package))