summaryrefslogtreecommitdiffstats
path: root/package/dstat/dstat.mk
blob: b5353289724a6f0adaa320d9158b6abc91171fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
################################################################################
#
# dstat
#
################################################################################

DSTAT_VERSION = 0.7.2
DSTAT_SOURCE = dstat-$(DSTAT_VERSION).tar.bz2
DSTAT_SITE = http://dag.wieers.com/home-made/dstat
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))
OpenPOWER on IntegriCloud