buildroot/package/dstat/dstat.mk
Titouan Christophe 05484f621c package/dstat: bump to 0.7.4 which allows to run on Python3
Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-10-26 19:00:13 +02:00

17 lines
448 B
Makefile

################################################################################
#
# dstat
#
################################################################################
DSTAT_VERSION = 0.7.4
DSTAT_SITE = $(call github,dagwieers,dstat,v$(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))