246c991891
Fixes: http://autobuild.buildroot.org/results/6a9/6a9b4d7b1b3cd72e32579fbaf5a69dbde0fea8e4/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
19 lines
560 B
Makefile
19 lines
560 B
Makefile
################################################################################
|
|
#
|
|
# liboping
|
|
#
|
|
################################################################################
|
|
|
|
LIBOPING_VERSION = 1.9.0
|
|
LIBOPING_SITE = http://noping.cc/files
|
|
LIBOPING_SOURCE = liboping-$(LIBOPING_VERSION).tar.bz2
|
|
LIBOPING_INSTALL_STAGING = YES
|
|
LIBOPING_DEPENDENCIES = $(if $(BR2_PACKAGE_NCURSES),ncurses)
|
|
LIBOPING_CONF_OPTS = --without-perl-bindings
|
|
LIBOPING_LICENSE = LGPLv2.1+, GPLv2
|
|
LIBOPING_LICENSE_FILES = COPYING
|
|
|
|
LIBOPING_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|