void-packages/srcpkgs/fio/template
Christian Neukirchen f5568c65ba fio: update to 2.14.
2016-09-17 16:46:18 +02:00

28 lines
741 B
Bash

# Template file for 'fio'
pkgname=fio
version=2.14
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"
checksum=9fad9dd4d6304f1220023500abf07c5d20bf5e27fba95ac6edb7035939d363a5
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
}