From 300140759c1caaec7ea22565facd42b6b79ada90 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Fri, 26 Aug 2016 11:55:35 +0000 Subject: community/iotop: moved from unmaintained --- community/iotop/APKBUILD | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 community/iotop/APKBUILD (limited to 'community') diff --git a/community/iotop/APKBUILD b/community/iotop/APKBUILD new file mode 100644 index 0000000000..34bcf7eeb4 --- /dev/null +++ b/community/iotop/APKBUILD @@ -0,0 +1,31 @@ +# Contributor: William Pitcock +# Maintainer: Francesco Colista +pkgname=iotop +pkgver=0.6 +pkgrel=1 +pkgdesc="I/O monitoring tool" +url="http://guichaz.free.fr/iotop/" +arch="noarch" +license="GPL2" +depends="python2" +depends_dev="" +makedepends="python2-dev py-setuptools" +install="" +subpackages="$pkgname-doc" +source="http://guichaz.free.fr/iotop/files/iotop-$pkgver.tar.bz2" + +builddir="$srcdir"/iotop-$pkgver + +build() { + cd "$builddir" + python2 setup.py build || return 1 +} + +package() { + cd "$builddir" + python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1 +} + +md5sums="5ef9456b26d7694abf3101a72e1e0d1d iotop-0.6.tar.bz2" +sha256sums="3adea2a24eda49bbbaeb4e6ed2042355b441dbd7161e883067a02bfc8dcef75b iotop-0.6.tar.bz2" +sha512sums="b1047da3bc46604447cc8ab22442a3a5381e1a79a6b176fe9ee8402ee5cebb959205407a6aeaffccccde9d2f67624ff8ee6717b051838f13ab88bf3a16db3ab9 iotop-0.6.tar.bz2" -- cgit v1.2.3