This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
################################################################################
#
# liboping
#
################################################################################
LIBOPING_VERSION = 1.10.0
LIBOPING_SITE = http://noping.cc/files
LIBOPING_SOURCE = liboping-$(LIBOPING_VERSION).tar.bz2
LIBOPING_INSTALL_STAGING = YES
LIBOPING_CONF_OPTS = --without-perl-bindings
LIBOPING_LICENSE = LGPL-2.1+, GPL-2.0
LIBOPING_LICENSE_FILES = COPYING
ifeq ($(BR2_PACKAGE_NCURSES),y)
LIBOPING_DEPENDENCIES += ncurses
LIBOPING_CONF_OPTS += --with-ncurses
else
LIBOPING_CONF_OPTS += --without-ncurses
endif
$(eval $(autotools-package))