xref: /OK3568_Linux_fs/buildroot/package/lutok/lutok.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# lutok
4#
5################################################################################
6
7LUTOK_VERSION = 0.4
8LUTOK_SITE = https://github.com/jmmv/lutok/releases/download/lutok-$(LUTOK_VERSION)
9LUTOK_INSTALL_STAGING = YES
10LUTOK_DEPENDENCIES = host-pkgconf lua
11# --without-atf disables the atf-based lutok tests
12LUTOK_CONF_OPTS = --without-doxygen --without-atf
13LUTOK_LICENSE = BSD-3-Clause
14LUTOK_LICENSE_FILES = COPYING
15
16$(eval $(autotools-package))
17