mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-23 23:07:16 +00:00

See full Changelog: http://fping.org/dist/CHANGELOG.md Also add hash for license file Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
315 B
Makefile
13 lines
315 B
Makefile
################################################################################
|
|
#
|
|
# fping
|
|
#
|
|
################################################################################
|
|
|
|
FPING_VERSION = 4.2
|
|
FPING_SITE = http://fping.org/dist
|
|
FPING_LICENSE = BSD-like
|
|
FPING_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|