community/fio to 2.1.13-2

This commit is contained in:
Kevin Mihelich 2014-10-10 16:12:42 +00:00
parent 1f77746413
commit 75508b7d44

View file

@ -8,7 +8,7 @@
pkgname=fio
pkgver=2.1.13
pkgrel=1
pkgrel=2
pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
arch=(i686 x86_64)
url='http://freshmeat.net/projects/fio'
@ -26,6 +26,9 @@ prepare() {
cd fio-$pkgver
sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i tools/plot/fio2gnuplot
# FS#42319
sed -e 's|PROGS += $(T_PROGS)||' -i Makefile
}
# TODO: enable rdma, need to move the libraries from AUR