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:
16
package/lua-std-debug/lua-std-debug.mk
Normal file
16
package/lua-std-debug/lua-std-debug.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-std-debug
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_STD_DEBUG_VERSION_UPSTREAM = 1.0.1
|
||||
LUA_STD_DEBUG_VERSION = $(LUA_STD_DEBUG_VERSION_UPSTREAM)-1
|
||||
LUA_STD_DEBUG_NAME_UPSTREAM = std._debug
|
||||
LUA_STD_DEBUG_SUBDIR = _debug-$(LUA_STD_DEBUG_VERSION_UPSTREAM)
|
||||
LUA_STD_DEBUG_ROCKSPEC = $(LUA_STD_DEBUG_NAME_UPSTREAM)-$(LUA_STD_DEBUG_VERSION).rockspec
|
||||
LUA_STD_DEBUG_SOURCE = $(LUA_STD_DEBUG_NAME_UPSTREAM)-$(LUA_STD_DEBUG_VERSION).src.rock
|
||||
LUA_STD_DEBUG_LICENSE = MIT
|
||||
LUA_STD_DEBUG_LICENSE_FILES = $(LUA_STD_DEBUG_SUBDIR)/LICENSE.md
|
||||
|
||||
$(eval $(luarocks-package))
|
Reference in New Issue
Block a user