mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/fio to 2.2.12-2
This commit is contained in:
parent
901fa5cf57
commit
3395e035f6
1 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,13 @@
|
|||
|
||||
pkgname=fio
|
||||
pkgver=2.2.12
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
|
||||
arch=(i686 x86_64)
|
||||
url='https://github.com/axboe/fio'
|
||||
license=(GPL2)
|
||||
depends=(bash libaio python2)
|
||||
# TODO: enable rdma, need to move the libraries from AUR
|
||||
depends=(bash libaio python2 glusterfs ceph)
|
||||
makedepends=(gtk2)
|
||||
optdepends=(
|
||||
'gtk2: for gfio - fio GUI frontend'
|
||||
|
@ -28,7 +29,6 @@ prepare() {
|
|||
sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i tools/plot/fio2gnuplot
|
||||
}
|
||||
|
||||
# TODO: enable rdma, need to move the libraries from AUR
|
||||
build() {
|
||||
cd fio-fio-$pkgver
|
||||
./configure --enable-gfio --extra-cflags="$CFLAGS"
|
||||
|
|
Loading…
Reference in a new issue