21 lines
520 B
Text
21 lines
520 B
Text
# Template file for 'iotop'
|
|
pkgname=iotop
|
|
version=0.5
|
|
revision=1
|
|
build_style=python-module
|
|
makedepends="python>=2.7"
|
|
short_desc="View I/O usage of processes"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://guichaz.free.fr/iotop"
|
|
distfiles="http://guichaz.free.fr/iotop/files/iotop-${version}.tar.bz2"
|
|
checksum=761b7b34b88a6b4715927f5319cf0b775e15aa70f43c69dcb805b0e49da1a2e9
|
|
|
|
iotop_package() {
|
|
depends="${makedepends}"
|
|
noarch="yes"
|
|
pycompile_module="iotop"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|