Move all to deprecated folder.
This commit is contained in:
17
deprecated/firmware/buildroot/package/dstat/dstat.mk
Normal file
17
deprecated/firmware/buildroot/package/dstat/dstat.mk
Normal file
@@ -0,0 +1,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 = GPLv2
|
||||
DSTAT_LICENSE_FILES = COPYING
|
||||
|
||||
define DSTAT_INSTALL_TARGET_CMDS
|
||||
$(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user