fio: update to 3.0.

This commit is contained in:
Leah Neukirchen 2017-08-17 17:43:49 +02:00
parent fa92049cf2
commit b3b3fc2e82
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'fio'
pkgname=fio
version=2.21
version=3.0
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=configure
@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2"
homepage="https://github.com/axboe/fio"
distfiles="https://github.com/axboe/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=2d9a14a23cb66086690db4f4cfe07d66f87628378a49d14a4b80798aaee1095e
checksum=80c65159af1e1aeec97f9ddad9f7e213b1abd5f413d1a3dd9ac00a344c6e399d
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) makedepends+=" libnuma-devel"
@ -25,4 +25,7 @@ do_configure() {
post_install() {
vlicense MORAL-LICENSE
vdoc HOWTO
for f in examples/*; do
vsconf "$f"
done
}