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

DSTAT_VERSION = 0.7.2
DSTAT_SOURCE = dstat-$(DSTAT_VERSION).tar.bz2
DSTAT_SITE = http://dag.wieers.com/home-made/dstat

define DSTAT_INSTALL_TARGET_CMDS
       $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
endef

$(eval $(call GENTARGETS))