[Peter: leave change xz tarball format to not end up with circular deps] Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
419 B
Makefile
15 lines
419 B
Makefile
################################################################################
|
|
#
|
|
# cpuload
|
|
#
|
|
################################################################################
|
|
|
|
CPULOAD_VERSION = v0.3
|
|
CPULOAD_SOURCE = cpuload-$(CPULOAD_VERSION).tar.xz
|
|
CPULOAD_SITE = http://github.com/kelvincheung/cpuload/tarball/$(CPULOAD_VERSION)
|
|
CPULOAD_LICENSE = GPLv2
|
|
CPULOAD_LICENSE_FILES = COPYING
|
|
|
|
|
|
$(eval $(autotools-package))
|