1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-17 14:10:16 +01:00
Files
operating-system/buildroot/package/wavemon/wavemon.mk
T
2018-03-17 23:47:00 +00:00

17 lines
491 B
Makefile

################################################################################
#
# wavemon
#
################################################################################
WAVEMON_VERSION = v0.8.1
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))