# Template file for 'fio' pkgname=fio version=3.13 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.0-only" homepage="https://github.com/axboe/fio" distfiles="https://github.com/axboe/${pkgname}/archive/${pkgname}-${version}.tar.gz" checksum=24d7917e830ea6eeebe2a90f4d374b8317c45aa0df7c4fc0b420be3fa6edf1f5 case "$XBPS_TARGET_MACHINE" in i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel" esac do_configure() { ./configure --prefix=/usr --extra-cflags="$CFLAGS" --disable-native } post_install() { vlicense MORAL-LICENSE vdoc HOWTO for f in examples/*; do vsconf "$f" done }