summaryrefslogtreecommitdiff
path: root/package/iotop/iotop.mk
diff options
context:
space:
mode:
authorChristophe Vu-Brugier <cvubrugier@fastmail.fm>2015-03-12 11:53:51 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-13 23:16:38 +0100
commit3fd2c4d25f727c5364e52abf65c37f19fe461433 (patch)
tree0a046d36cd84145722df1f6d63b6c872a12f8ea9 /package/iotop/iotop.mk
parent858c7d91b9cbc827e7c3f28c0d58421167de2860 (diff)
iotop: new package
iotop does for I/O usage what top does for CPU usage. Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/iotop/iotop.mk')
-rw-r--r--package/iotop/iotop.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/iotop/iotop.mk b/package/iotop/iotop.mk
new file mode 100644
index 000000000..31787c51a
--- /dev/null
+++ b/package/iotop/iotop.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# iotop
+#
+################################################################################
+
+IOTOP_VERSION = 0.6
+IOTOP_SITE = http://guichaz.free.fr/iotop/files
+IOTOP_LICENSE = GPLv2+
+IOTOP_LICENSE_FILES = COPYING
+IOTOP_SETUP_TYPE = distutils
+
+$(eval $(python-package))