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-12-21 13:14:29 +00:00
version=2.16
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-12-21 13:14:29 +00:00
checksum=92520bff7e45750f697366823b81a9899c5150f34fef0414919e9e1110627bd4
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
}