void-packages/srcpkgs/fio/template

29 lines
741 B
Bash
Raw Normal View History

2016-07-14 17:43:17 +00:00
# Template file for 'fio'
pkgname=fio
2016-10-26 11:02:48 +00:00
version=2.15
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-10-26 11:02:48 +00:00
checksum=bcc4407d3f8d0b02964a738b11719e6daa45461fd830ac6d0a7909ea25da4156
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
}