1 # Contributor: Luis Useche <useche@gmail.com>
6 pkgdesc="FileBench is a framework of file system workloads for measuring and comparing file system performance"
8 url="http://opensolaris.org/os/community/performance/filebench/"
10 depends=(perl libaio libtecla)
13 source=(http://internap.dl.sourceforge.net/sourceforge/filebench/$pkgname-$pkgver.tar.gz filebench.patch)
14 md5sums=('7134e8979e1216f6fc3b85679dfbf5b5'
15 '8587af23ebd4584d62e6ab92eb604065')
18 cd "$srcdir/$pkgname-$pkgver"
20 patch -p1 < ../../filebench.patch
25 automake --add-missing --copy
26 ./configure --prefix=/usr
28 make DESTDIR="$pkgdir/" install
31 # vim:set ts=2 sw=2 et: