mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
14
package/lua-compat53/lua-compat53.mk
Normal file
14
package/lua-compat53/lua-compat53.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-compat53
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_COMPAT53_VERSION_UPSTREAM = 0.7
|
||||
LUA_COMPAT53_VERSION = $(LUA_COMPAT53_VERSION_UPSTREAM)-1
|
||||
LUA_COMPAT53_NAME_UPSTREAM = compat53
|
||||
LUA_COMPAT53_SUBDIR = lua-compat-5.3-$(LUA_COMPAT53_VERSION_UPSTREAM)
|
||||
LUA_COMPAT53_LICENSE = MIT
|
||||
LUA_COMPAT53_LICENSE_FILES = $(LUA_COMPAT53_SUBDIR)/LICENSE
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user