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:
11
package/lutok/Config.in
Normal file
11
package/lutok/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_LUTOK
|
||||
bool "lutok"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on !BR2_PACKAGE_LUAJIT
|
||||
help
|
||||
Lutok is a lightweight C++ API library for Lua.
|
||||
|
||||
https://github.com/jmmv/lutok
|
||||
|
||||
comment "lutok needs a toolchain w/ C++ and full Lua"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || BR2_PACKAGE_LUAJIT
|
||||
2
package/lutok/lutok.hash
Normal file
2
package/lutok/lutok.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 2cec51efa0c8d65ace8b21eaa08384b77abc5087b46e785f78de1c21fb754cd5 lutok-0.4.tar.gz
|
||||
16
package/lutok/lutok.mk
Normal file
16
package/lutok/lutok.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# lutok
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUTOK_VERSION = 0.4
|
||||
LUTOK_SITE = https://github.com/jmmv/lutok/releases/download/lutok-$(LUTOK_VERSION)
|
||||
LUTOK_INSTALL_STAGING = YES
|
||||
LUTOK_DEPENDENCIES = host-pkgconf lua
|
||||
# --without-atf disables the atf-based lutok tests
|
||||
LUTOK_CONF_OPTS = --without-doxygen --without-atf
|
||||
LUTOK_LICENSE = BSD-3-Clause
|
||||
LUTOK_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user