diff --git a/srcpkgs/fio/template b/srcpkgs/fio/template index 5708b35d552..42e46d856f1 100644 --- a/srcpkgs/fio/template +++ b/srcpkgs/fio/template @@ -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 " 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 }