mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 15:27:16 +00:00
13 lines
358 B
Makefile
13 lines
358 B
Makefile
################################################################################
|
|
#
|
|
# cpuload
|
|
#
|
|
################################################################################
|
|
|
|
CPULOAD_VERSION = v0.3
|
|
CPULOAD_SITE = $(call github,kelvincheung,cpuload,$(CPULOAD_VERSION))
|
|
CPULOAD_LICENSE = GPL-2.0
|
|
CPULOAD_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|