### this file is sourced not run
PKGVER=0.6
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=iotop-$PKGVER.tar.bz2
MD5SUM=5ef9456b26d7694abf3101a72e1e0d1d
SRC_URL=http://guichaz.free.fr/iotop/files/$TARBALL
BUNDLE=

SLACKREQ='python'
SLACKDESC="python-iotop: python-iotop $PKGVER (Interactive process IO viewer)
python-iotop: 
python-iotop: iotop is a Python program with a top like UI used to show of behalf 
python-iotop: of which process is the I/O going on. It requires Python ≥ 2.7 and 
python-iotop: a Linux kernel ≥ 2.6.20 with the TASK_DELAY_ACCT CONFIG_TASKSTATS, 
python-iotop: TASK_IO_ACCOUNTING and CONFIG_VM_EVENT_COUNTERS options on.
python-iotop: 
python-iotop: http://guichaz.free.fr/iotop/
python-iotop: 
python-iotop: 
python-iotop: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/iotop* &&
	python setup.py build   &&
	python setup.py install &&
	pkg_build_slackdesc
}


