mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/fio to 2.7-1
This commit is contained in:
parent
1bbece572e
commit
df3da069ff
1 changed files with 3 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
||||||
# - removed numactl dependency
|
# - removed numactl dependency
|
||||||
|
|
||||||
pkgname=fio
|
pkgname=fio
|
||||||
pkgver=2.6
|
pkgver=2.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
|
pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
|
@ -20,15 +20,12 @@ optdepends=(
|
||||||
'gtk2: for gfio - fio GUI frontend'
|
'gtk2: for gfio - fio GUI frontend'
|
||||||
'gnuplot: generating plots using fio_generate_plots'
|
'gnuplot: generating plots using fio_generate_plots'
|
||||||
)
|
)
|
||||||
source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip
|
source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
|
||||||
types.patch::https://github.com/axboe/fio/commit/d7bb6180f831091c468e5aa749b142efd5eddda4.patch)
|
sha256sums=('0d7d4ae342150e5307209afde54be0946af384dd77338da96ef5961c54f7a47a')
|
||||||
sha256sums=('54aafbc715d6e977136795190a5b09d07761153a859cfb17f3f161f1f1ae5ed7'
|
|
||||||
'7a28010acafdf8a3fd4b39ffd49ce935cc16fc89bfd4beb448ea9588cdb60031')
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd fio-fio-$pkgver
|
cd fio-fio-$pkgver
|
||||||
|
|
||||||
patch -p1 < ../types.patch
|
|
||||||
sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i tools/plot/fio2gnuplot
|
sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i tools/plot/fio2gnuplot
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue