toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / wavemon / wavemon.mk
blob746d45f332dbe952c75b5bd8214c2baa8d6dbc60
1 ################################################################################
3 # wavemon
5 ################################################################################
7 WAVEMON_VERSION = v0.8.0
8 WAVEMON_SITE = $(call github,uoaerg,wavemon,$(WAVEMON_VERSION))
9 WAVEMON_LICENSE = GPLv3+
10 WAVEMON_LICENSE_FILES = COPYING
11 WAVEMON_DEPENDENCIES = host-pkgconf libnl ncurses
13 # Fix musl build issue
14 WAVEMON_PATCH = https://github.com/uoaerg/wavemon/commit/01e987a032b81af7bbeba1c439759d750dc1f398.patch
16 # Handwritten Makefile.in, automake isn't used
17 WAVEMON_MAKE_OPTS = CC="$(TARGET_CC)"
19 $(eval $(autotools-package))