Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_LIBOPING
bool "liboping"
help
liboping is a C library to generate ICMP echo requests,
better known as "ping packets".
http://noping.cc/

View File

@@ -0,0 +1,2 @@
# From http://noping.cc/#download
sha256 824792ae7fc5e9569bacc4167b89de31f6ba8476de44760f0bc272682e894b41 liboping-1.8.0.tar.gz

View File

@@ -0,0 +1,15 @@
################################################################################
#
# liboping
#
################################################################################
LIBOPING_VERSION = 1.8.0
LIBOPING_SITE = http://noping.cc/files
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
$(eval $(autotools-package))