kumquat-buildroot/package/lua-bit32/lua-bit32.mk
Arnout Vandecappelle 0d4f519246 lua-bit32: remove custom extract commands
With the reworked luarocks extraction, they are no longer needed.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-03-02 23:24:17 +01:00

15 lines
460 B
Makefile

################################################################################
#
# lua-bit32
#
################################################################################
LUA_BIT32_VERSION = 5.3.0-1
LUA_BIT32_SUBDIR = lua-compat-5.2
LUA_BIT32_ROCKSPEC = bit32-$(LUA_BIT32_VERSION).rockspec
LUA_BIT32_SOURCE = bit32-$(LUA_BIT32_VERSION).src.rock
LUA_BIT32_LICENSE = MIT
LUA_BIT32_LICENSE_FILES = $(LUA_BIT32_SUBDIR)/LICENSE
$(eval $(luarocks-package))