Files
package_application_recovery/buildroot/package/lua-csnappy/lua-csnappy.mk
Andrew Scheller f7e730ab05 Upgrade included buildroot to git revision 083f853
(with some NOOBS-specific changes on top)
2015-02-07 01:07:40 +00:00

14 lines
457 B
Makefile

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