summaryrefslogtreecommitdiffstats
path: root/package/wavemon/wavemon.mk
blob: 864e0709d18a8f03efa7eef48c9d8623a5d7e5f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
################################################################################
#
# wavemon
#
################################################################################

WAVEMON_VERSION = v0.9.0
WAVEMON_SITE = $(call github,uoaerg,wavemon,$(WAVEMON_VERSION))
WAVEMON_LICENSE = GPL-3.0+
WAVEMON_LICENSE_FILES = COPYING
WAVEMON_DEPENDENCIES = host-pkgconf libnl ncurses

# Handwritten Makefile.in, automake isn't used
WAVEMON_MAKE_OPTS = CC="$(TARGET_CC)"

$(eval $(autotools-package))
OpenPOWER on IntegriCloud