mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
lua-csnappy: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d56e04ae6e
commit
d6cfb8fabe
@ -380,6 +380,7 @@ source "package/lrandom/Config.in"
|
|||||||
source "package/lua-cjson/Config.in"
|
source "package/lua-cjson/Config.in"
|
||||||
source "package/lua-coat/Config.in"
|
source "package/lua-coat/Config.in"
|
||||||
source "package/lua-coatpersistent/Config.in"
|
source "package/lua-coatpersistent/Config.in"
|
||||||
|
source "package/lua-csnappy/Config.in"
|
||||||
source "package/lua-ev/Config.in"
|
source "package/lua-ev/Config.in"
|
||||||
source "package/lua-messagepack/Config.in"
|
source "package/lua-messagepack/Config.in"
|
||||||
source "package/lua-msgpack-native/Config.in"
|
source "package/lua-msgpack-native/Config.in"
|
||||||
|
8
package/lua-csnappy/Config.in
Normal file
8
package/lua-csnappy/Config.in
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
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
package/lua-csnappy/lua-csnappy.mk
Normal file
13
package/lua-csnappy/lua-csnappy.mk
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# 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))
|
Loading…
x
Reference in New Issue
Block a user