mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-22 22:37:17 +00:00
13 lines
315 B
Makefile
13 lines
315 B
Makefile
################################################################################
|
|
#
|
|
# fping
|
|
#
|
|
################################################################################
|
|
|
|
FPING_VERSION = 4.0
|
|
FPING_SITE = http://fping.org/dist
|
|
FPING_LICENSE = BSD-like
|
|
FPING_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|