Files
operating-system/buildroot/package/lua-bit32/lua-bit32.mk
Stefan Agner f358f322da Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3

* Update Buildroot to 2021.02-rc3

* Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
2021-03-04 00:50:33 +01:00

14 lines
387 B
Makefile

################################################################################
#
# lua-bit32
#
################################################################################
LUA_BIT32_VERSION = 5.3.5.1-1
LUA_BIT32_NAME_UPSTREAM = bit32
LUA_BIT32_SUBDIR = lua-compat-5.3-0.10
LUA_BIT32_LICENSE = MIT
LUA_BIT32_LICENSE_FILES = $(LUA_BIT32_SUBDIR)/LICENSE
$(eval $(luarocks-package))