Files
buildroot/package/cpuload/cpuload.mk
Jerzy Grzegorek 62146ea3ad change package tarball compression to xz whenever possible
[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>
2013-09-08 22:44:23 +02:00

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))