mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/fio to 2.2.6-1
This commit is contained in:
parent
da4966f2fc
commit
4d07627c9f
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
# - removed numactl dependency
|
# - removed numactl dependency
|
||||||
|
|
||||||
pkgname=fio
|
pkgname=fio
|
||||||
pkgver=2.2.5
|
pkgver=2.2.6
|
||||||
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,7 +20,7 @@ optdepends=(
|
||||||
'gnuplot: generating plots using fio_generate_plots'
|
'gnuplot: generating plots using fio_generate_plots'
|
||||||
)
|
)
|
||||||
source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
|
source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
|
||||||
sha256sums=('c2e57448907e8b809cfda6a38b9bd6139638d3117142eb2593c419ded77d21dc')
|
sha256sums=('5d9a12c9fe2de95d15053ed56de8b06cc4cec5bfa38758a796d3a2eb9ce688db')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd fio-$pkgver
|
cd fio-$pkgver
|
||||||
|
@ -41,7 +41,7 @@ package() {
|
||||||
# documentation
|
# documentation
|
||||||
install -dm755 "$pkgdir/usr/share/doc/$pkgname"
|
install -dm755 "$pkgdir/usr/share/doc/$pkgname"
|
||||||
install -m644 HOWTO README REPORTING-BUGS SERVER-TODO "$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
|
# examples
|
||||||
install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
|
install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
|
||||||
|
|
Loading…
Reference in a new issue