summaryrefslogtreecommitdiffstats
path: root/package/lutok/lutok.mk
blob: 41abddb01c0eda45e7e5de0cd7d962f5305e37ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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))
OpenPOWER on IntegriCloud