### this file is sourced not run
PKGNAME=iotop
PKGVER=1.23
PKGBUILD=1
PKGARCH=x86_64

# source: JakeSFR
TARBALL=${PKGNAME}-${PKGVER}.tar.xz
MD5SUM=8c3e972ad87f4ae7654887b417c29510
SRC_URL=https://github.com/Tomas-M/iotop/releases/download/v$PKGVER/$TARBALL
BUNDLE=

SLACKDESC="${PKGNAME}: ${PKGNAME} ${PKGVER} ()  
${PKGNAME}:  
${PKGNAME}: IOTop identifies processes that use high amount of input/output
${PKGNAME}: requests on your machine. It is similar to the well known top
${PKGNAME}: utility, but instead of showing you what consumes CPU the most,
${PKGNAME}: it lists processes by their IO usage.
${PKGNAME}: Inspired by iotop python script from Guillaume Chazarain, rewritten
${PKGNAME}: in C by Vyacheslav Trushkin and improved by Boian Bonev so it runs
${PKGNAME}: without python at all.
${PKGNAME}: 
${PKGNAME}: https://github.com/Tomas-M/iotop
"

SLACKINSTALL=''
SLACKREQ=''

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/iotop* &&
	make ${MAKEFLAGS} &&
	make ${MAKEFLAGS} install &&
	pkg_build_slackdesc &&
	
	true
}
