2016-07-14 17:43:17 +00:00
|
|
|
# Template file for 'fio'
|
|
|
|
pkgname=fio
|
2016-09-17 14:23:28 +00:00
|
|
|
version=2.14
|
2016-07-14 17:43:17 +00:00
|
|
|
revision=1
|
|
|
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
|
|
|
build_style=configure
|
|
|
|
make_install_args="mandir=/usr/share/man"
|
|
|
|
makedepends="zlib-devel libaio-devel"
|
|
|
|
depends="python"
|
|
|
|
short_desc="Flexible I/O tester"
|
|
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="https://github.com/axboe/fio"
|
|
|
|
distfiles="https://github.com/axboe/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
2016-09-17 14:23:28 +00:00
|
|
|
checksum=9fad9dd4d6304f1220023500abf07c5d20bf5e27fba95ac6edb7035939d363a5
|
2016-07-14 17:43:17 +00:00
|
|
|
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
|
|
i686*|x86_64*) makedepends+=" libnuma-devel"
|
|
|
|
esac
|
|
|
|
|
|
|
|
do_configure() {
|
|
|
|
./configure --prefix=/usr --extra-cflags="$CFLAGS"
|
|
|
|
}
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense MORAL-LICENSE
|
|
|
|
vdoc HOWTO
|
|
|
|
}
|