From 4523bf6033222cf8beb0760847b7272c26b6a86a Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Sun, 1 Feb 2015 00:16:38 +0000 Subject: iotop: initial inclusion --- abs/extra/iotop/PKGBUILD | 25 +++++++++++++++++++++++++ abs/extra/iotop/iotop.changelog | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 abs/extra/iotop/PKGBUILD create mode 100644 abs/extra/iotop/iotop.changelog 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 + +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 + * iotop 0.6-2 Remove files from /usr/sbin + +2013-06-15 Jaroslav Lichtblau + * iotop 0.6-1 + +2013-05-18 Jaroslav Lichtblau + * iotop 0.5-2 FS#33906 fix + +2013-02-16 Jaroslav Lichtblau + * iotop 0.5-1 + +2011-10-31 Jaroslav Lichtblau + * iotop 0.4.4 + +2011-03-29 Jaroslav Lichtblau + * iotop 0.4.3 + +2010-12-27 Jaroslav Lichtblau + * Update to major release 0.4.2 + +2010-06-29 Jaroslav Lichtblau + * Update to major release 0.4.1 + +2010-01-12 Jaroslav Lichtblau + * Update to major release v0.4 + +2009-06-15 Jaroslav Lichtblau + * Update to major release v0.3.1 + +2009-05-04 Jaroslav Lichtblau + * Update to major release v0.3 + +2008-08-03 Jaroslav Lichtblau + * Moved to [community] repo -- cgit v0.12