fio: update to 2.17.
This commit is contained in:
parent
93d7581c36
commit
8cfff23d31
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fio'
|
# Template file for 'fio'
|
||||||
pkgname=fio
|
pkgname=fio
|
||||||
version=2.16
|
version=2.17
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
@ -8,11 +8,11 @@ make_install_args="mandir=/usr/share/man"
|
||||||
makedepends="zlib-devel libaio-devel"
|
makedepends="zlib-devel libaio-devel"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Flexible I/O tester"
|
short_desc="Flexible I/O tester"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/axboe/fio"
|
homepage="https://github.com/axboe/fio"
|
||||||
distfiles="https://github.com/axboe/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/axboe/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=92520bff7e45750f697366823b81a9899c5150f34fef0414919e9e1110627bd4
|
checksum=4d31ce145cc2d21e91aaf08bb4d14cca942ad6572131cba687906983478ce6e5
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) makedepends+=" libnuma-devel"
|
i686*|x86_64*) makedepends+=" libnuma-devel"
|
||||||
|
|
Loading…
Reference in New Issue