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 / liboping / liboping.mk
1 ################################################################################
2 #
3 # liboping
4 #
5 ################################################################################
6
7 LIBOPING_VERSION = 1.8.0
8 LIBOPING_SITE = http://noping.cc/files
9 LIBOPING_INSTALL_STAGING = YES
10 LIBOPING_DEPENDENCIES = $(if $(BR2_PACKAGE_NCURSES),ncurses)
11 LIBOPING_CONF_OPTS = --without-perl-bindings
12 LIBOPING_LICENSE = LGPLv2.1+ GPLv2
13 LIBOPING_LICENSE_FILES = COPYING
14
15 $(eval $(autotools-package))