8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
368 B
Makefile
14 lines
368 B
Makefile
################################################################################
|
|
#
|
|
# cpuload
|
|
#
|
|
################################################################################
|
|
|
|
CPULOAD_VERSION = v0.3
|
|
CPULOAD_SITE = http://github.com/kelvincheung/cpuload/tarball/$(CPULOAD_VERSION)
|
|
CPULOAD_LICENSE = GPLv2
|
|
CPULOAD_LICENSE_FILES = COPYING
|
|
|
|
|
|
$(eval $(autotools-package))
|