summaryrefslogtreecommitdiffstats
path: root/abs/extra/iotop
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-02-01 00:16:38 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-02-01 00:16:38 (GMT)
commit4523bf6033222cf8beb0760847b7272c26b6a86a (patch)
treef809262d1f2767692fc7589e3763fe22a52b002c /abs/extra/iotop
parentc2b7d73506d47a5150486ee0d37fd5e2094440fb (diff)
downloadlinhes_pkgbuild-4523bf6033222cf8beb0760847b7272c26b6a86a.zip
linhes_pkgbuild-4523bf6033222cf8beb0760847b7272c26b6a86a.tar.gz
linhes_pkgbuild-4523bf6033222cf8beb0760847b7272c26b6a86a.tar.bz2
iotop: initial inclusion
Diffstat (limited to 'abs/extra/iotop')
-rw-r--r--abs/extra/iotop/PKGBUILD25
-rw-r--r--abs/extra/iotop/iotop.changelog35
2 files changed, 60 insertions, 0 deletions
diff --git a/abs/extra/iotop/PKGBUILD b/abs/extra/iotop/PKGBUILD
new file mode 100644
index 0000000..4b25290
--- /dev/null
+++ b/abs/extra/iotop/PKGBUILD
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+
+pkgname=iotop
+pkgver=0.6
+pkgrel=2
+pkgdesc='View I/O usage of processes'
+arch=('any')
+url='http://guichaz.free.fr/iotop/'
+license=('GPL')
+depends=('python2')
+changelog=$pkgname.changelog
+source=(http://guichaz.free.fr/$pkgname/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('3adea2a24eda49bbbaeb4e6ed2042355b441dbd7161e883067a02bfc8dcef75b')
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+#FS#33906 fix
+ chmod 644 ${pkgdir}/usr/share/man/man8/iotop.8
+
+ mv ${pkgdir}/usr/sbin ${pkgdir}/usr/bin
+}
diff --git a/abs/extra/iotop/iotop.changelog b/abs/extra/iotop/iotop.changelog
new file mode 100644
index 0000000..b79c079
--- /dev/null
+++ b/abs/extra/iotop/iotop.changelog
@@ -0,0 +1,35 @@
+2013-06-23 Thomas Bächler <thomas@archlinux.org>
+ * iotop 0.6-2 Remove files from /usr/sbin
+
+2013-06-15 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * iotop 0.6-1
+
+2013-05-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * iotop 0.5-2 FS#33906 fix
+
+2013-02-16 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * iotop 0.5-1
+
+2011-10-31 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * iotop 0.4.4
+
+2011-03-29 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * iotop 0.4.3
+
+2010-12-27 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * Update to major release 0.4.2
+
+2010-06-29 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * Update to major release 0.4.1
+
+2010-01-12 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * Update to major release v0.4
+
+2009-06-15 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * Update to major release v0.3.1
+
+2009-05-04 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * Update to major release v0.3
+
+2008-08-03 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * Moved to [community] repo