The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / bmon / bmon.mk
1 ################################################################################
2 #
3 # bmon
4 #
5 ################################################################################
6
7 BMON_VERSION = 3.6
8 BMON_SITE = https://github.com/tgraf/bmon/releases/download/v$(BMON_VERSION)
9 BMON_DEPENDENCIES = host-pkgconf libconfuse libnl ncurses
10 BMON_LICENSE = BSD-2c, MIT
11 BMON_LICENSE_FILES = LICENSE.BSD LICENSE.MIT
12
13 # link dynamically unless explicitly requested otherwise
14 ifeq ($(BR2_STATIC_LIBS),)
15 BMON_CONF_OPTS += --disable-static
16 else
17 # forgets to explicitly link with pthread for libnl
18 BMON_CONF_OPTS += LIBS=-lpthread
19 endif
20
21 $(eval $(autotools-package))