### this file is sourced not run
PKGVER=3.37
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=fio-$PKGVER.tar.gz
MD5SUM=f762d75c1fb7df762a1f6a27d395f359
SRC_URL=https://brick.kernel.dk/snaps/$TARBALL
BUNDLE=

SLACKREQ='libaio gtk2'
SLACKDESC="fio: fio $PKGVER (filesystem I/O tester)
fio: 
fio: fio is a tool that will spawn a number of threads or processes doing 
fio: a particular type of I/O action as specified by the user. fio takes a 
fio: number of global parameters, each inherited by the thread unless 
fio: otherwise parameters given to them overriding that setting is given. 
fio: The typical use of fio is to write a job file matching the I/O load 
fio: one wants to simulate.
fio:
fio: https://git.kernel.dk/cgit/fio/
fio: https://github.com/axboe/fio
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/fio* &&
	./configure --prefix=/usr --enable-gfio --disable-native &&
	make && make install &&
	pkg_build_slackdesc
}


