79923a6bdc
The luarocks infra already provides the correct default value for PKG_SUBDIR, so it doesn't have to be defined in the .mk file. Therefore, _VERSION_UPSTREAM doesn't need to be defined either. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
329 B
Makefile
12 lines
329 B
Makefile
################################################################################
|
|
#
|
|
# lua-csnappy
|
|
#
|
|
################################################################################
|
|
|
|
LUA_CSNAPPY_VERSION = 0.1.4-1
|
|
LUA_CSNAPPY_LICENSE = BSD-3c
|
|
LUA_CSNAPPY_LICENSE_FILES = $(LUA_CSNAPPY_SUBDIR)/COPYRIGHT
|
|
|
|
$(eval $(luarocks-package))
|