[arch-commits] Commit in fio/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Fri Dec 4 20:34:01 UTC 2015


    Date: Friday, December 4, 2015 @ 21:34:01
  Author: anatolik
Revision: 148401

upgpkg: fio 2.2.12-2

FS#47258 add glusterfs and ceph support

Modified:
  fio/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-04 19:37:57 UTC (rev 148400)
+++ PKGBUILD	2015-12-04 20:34:01 UTC (rev 148401)
@@ -5,12 +5,13 @@
 
 pkgname=fio
 pkgver=2.2.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
 url='https://github.com/axboe/fio'
 license=(GPL2)
-depends=(bash libaio python2 numactl)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs ceph)
 makedepends=(gtk2)
 optdepends=(
   'gtk2: for gfio - fio GUI frontend' 
@@ -25,7 +26,6 @@
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i tools/plot/fio2gnuplot 
 }
 
-# TODO: enable rdma, need to move the libraries from AUR
 build() {
   cd fio-fio-$pkgver
   ./configure --enable-gfio --extra-cflags="$CFLAGS"



More information about the arch-commits mailing list