1################################################################################
2#
3# ledmon
4#
5################################################################################
6
7LEDMON_VERSION = 1.0.0
8LEDMON_SITE = $(call github,intel,ledmon,v$(LEDMON_VERSION))
9LEDMON_DEPENDENCIES = host-autoconf-archive host-pkgconf pciutils sg3_utils udev
10# The code base also include a COPYING.LIB file with the LGPL-2.1 text,
11# and some source files are published under LGPL-2.1, but all of them are
12# at some point linked with GPL-2.0 code, making the resulting binaries
13# GPL-2.0 licensed
14LEDMON_LICENSE = GPL-2.0
15LEDMON_LICENSE_FILES = COPYING
16# From git
17LEDMON_AUTORECONF = YES
18LEDMON_AUTORECONF_OPTS = --include=$(HOST_DIR)/share/autoconf-archive
19
20$(eval $(autotools-package))
21