# Template file for 'fio' pkgname=fio version=3.6 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="Leah Neukirchen " license="GPL-2" homepage="https://github.com/axboe/fio" distfiles="https://github.com/axboe/${pkgname}/archive/${pkgname}-${version}.tar.gz" checksum=184982f5cdddada40b08b3d9a82f4de5e698374d9bfdfb7c85d10e9fddf51b8c 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 for f in examples/*; do vsconf "$f" done }