#Maintainer: Thomas S Hatch pkgname=fio pkgver=1.50 pkgrel=2 pkgdesc="I/O tool meant to be used both for benchmark and stress/hardware verification" arch=('x86_64' 'i686') url="http://freshmeat.net/projects/fio" license=('GPL2') makedepends=('gcc') depends=('libaio') noextract=() source=("http://brick.kernel.dk/snaps/fio-${pkgver}.tar.bz2") md5sums=('e28fe02e4a5ced7aaa1dddf6f48c1490') build() { cd $srcdir/fio-${pkgver} make } package() { cd $srcdir/fio-${pkgver} make DESTDIR="${pkgdir}" prefix="/usr" mandir="/usr/share/man" install }