cde834f477
https://github.com/schweikert/fping/releases/tag/v5.1 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
348 B
Makefile
14 lines
348 B
Makefile
################################################################################
|
|
#
|
|
# fping
|
|
#
|
|
################################################################################
|
|
|
|
FPING_VERSION = 5.1
|
|
FPING_SITE = http://fping.org/dist
|
|
FPING_LICENSE = BSD-like
|
|
FPING_LICENSE_FILES = COPYING
|
|
FPING_SELINUX_MODULES = netutils
|
|
|
|
$(eval $(autotools-package))
|