kumquat-buildroot/package/lua-csnappy/lua-csnappy.mk
Francois Perrad 4419eb9042 lua-csnappy: bump to version 0.1.4
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-23 14:39:48 +02:00

14 lines
457 B
Makefile

################################################################################
#
# lua-csnappy
#
################################################################################
LUA_CSNAPPY_VERSION_UPSTREAM = 0.1.4
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))