system/fio: Updated for version 2.19.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Brenton Earl 2017-04-17 12:29:01 +01:00 committed by Willy Sudiarto Raharjo
parent 1493f249e7
commit 9e6be89406
2 changed files with 5 additions and 6 deletions

View File

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fio
VERSION=${VERSION:-2.18}
VERSION=${VERSION:-2.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -70,10 +70,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix="/usr" \
--extra-cflags="$CFLAGS"
--extra-cflags="$SLKCFLAGS"
make
make install DESTDIR=$PKG

View File

@ -1,8 +1,8 @@
PRGNAM="fio"
VERSION="2.18"
VERSION="2.19"
HOMEPAGE="http://git.kernel.dk/cgit/fio/"
DOWNLOAD="http://brick.kernel.dk/snaps/fio-2.18.tar.gz"
MD5SUM="f8758f25024643283c52c29e6606c0bd"
DOWNLOAD="http://brick.kernel.dk/snaps/fio-2.19.tar.gz"
MD5SUM="597b18b587093513365aa18f24719b84"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""