community/fio to 2.2.6-1

This commit is contained in:
Kevin Mihelich 2015-02-28 13:48:18 +00:00
parent da4966f2fc
commit 4d07627c9f

View file

@ -7,7 +7,7 @@
# - removed numactl dependency
pkgname=fio
pkgver=2.2.5
pkgver=2.2.6
pkgrel=1
pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
arch=(i686 x86_64)
@ -20,7 +20,7 @@ optdepends=(
'gnuplot: generating plots using fio_generate_plots'
)
source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
sha256sums=('c2e57448907e8b809cfda6a38b9bd6139638d3117142eb2593c419ded77d21dc')
sha256sums=('5d9a12c9fe2de95d15053ed56de8b06cc4cec5bfa38758a796d3a2eb9ce688db')
prepare() {
cd fio-$pkgver
@ -41,7 +41,7 @@ package() {
# documentation
install -dm755 "$pkgdir/usr/share/doc/$pkgname"
install -m644 HOWTO README REPORTING-BUGS SERVER-TODO "$pkgdir/usr/share/doc/$pkgname"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
# examples
install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"