49867a4325
Upstream moved tarballs to github according to http://dag.wiee.rs/home-made/dstat/ "or grab the latest 0.7.3 tarball at: https://github.com/dagwieers/dstat/archive/0.7.3.tar.gz" Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
447 B
Makefile
17 lines
447 B
Makefile
################################################################################
|
|
#
|
|
# dstat
|
|
#
|
|
################################################################################
|
|
|
|
DSTAT_VERSION = 0.7.3
|
|
DSTAT_SITE = $(call github,dagwieers,dstat,$(DSTAT_VERSION))
|
|
DSTAT_LICENSE = GPL-2.0
|
|
DSTAT_LICENSE_FILES = COPYING
|
|
|
|
define DSTAT_INSTALL_TARGET_CMDS
|
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
|
|
endef
|
|
|
|
$(eval $(generic-package))
|