mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/fio to 3.1-1
This commit is contained in:
parent
06add7f7c4
commit
abd89e2d33
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
# - removed numactl dependency
|
||||
|
||||
pkgname=fio
|
||||
pkgver=3.0
|
||||
pkgver=3.1
|
||||
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=('b4c7e4f927e0b9b7d716c4c72a847198816a0b64bda4b70e7ad5efe546f3376e')
|
||||
sha256sums=('3253de75c269359a82c992f6b1db95c88c1c417d580baf8d8352db270fa8a938')
|
||||
|
||||
prepare() {
|
||||
cd fio-fio-$pkgver
|
||||
|
@ -43,6 +43,7 @@ package() {
|
|||
install -dm755 "$pkgdir/usr/share/doc/$pkgname"
|
||||
install -m644 HOWTO README REPORTING-BUGS SERVER-TODO "$pkgdir/usr/share/doc/$pkgname"
|
||||
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||
install -Dm644 MORAL-LICENSE "$pkgdir/usr/share/licenses/$pkgname/MORAL-LICENSE"
|
||||
|
||||
# examples
|
||||
install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
|
||||
|
|
Loading…
Reference in a new issue