mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/fio to 2.11-1
This commit is contained in:
parent
346711ab96
commit
31280707a9
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
# - removed numactl dependency
|
||||
|
||||
pkgname=fio
|
||||
pkgver=2.10
|
||||
pkgver=2.11
|
||||
pkgrel=1
|
||||
pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
|
||||
arch=(i686 x86_64)
|
||||
|
@ -21,7 +21,7 @@ optdepends=(
|
|||
'gnuplot: generating plots using fio_generate_plots'
|
||||
)
|
||||
source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
|
||||
sha256sums=('a6ec196a2b953d95340ee70b114b334a9dd2b2b66a7be58326cdfd15d3b0e0bf')
|
||||
sha256sums=('a2a6833f8a8c77f3ed9b0759d628a923a4680fee5f092a91c52f9477cc6ac2f0')
|
||||
|
||||
prepare() {
|
||||
cd fio-fio-$pkgver
|
||||
|
@ -32,6 +32,7 @@ prepare() {
|
|||
build() {
|
||||
cd fio-fio-$pkgver
|
||||
./configure --enable-gfio --extra-cflags="$CFLAGS"
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue