system/fio: Updated for version 3.37.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
905bd4f4b3
commit
e8ce4aac0a
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for fio
|
||||
|
||||
# Copyright 2023 fourtysixandtwo <fourtysixandtwo@sliderr.net>
|
||||
# Copyright 2023-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net>
|
||||
# Copyright 2012 Binh Nguyen <binhvng@gmail.com>
|
||||
# Copyright 2015-2020 Brenton Earl <brent@exitstatusone.com>
|
||||
# All rights reserved.
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=fio
|
||||
VERSION=${VERSION:-3.36}
|
||||
VERSION=${VERSION:-3.37}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -97,7 +97,7 @@ make install DESTDIR=$PKG
|
|||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \+
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fio"
|
||||
VERSION="3.36"
|
||||
VERSION="3.37"
|
||||
HOMEPAGE="https://git.kernel.dk/cgit/fio/"
|
||||
DOWNLOAD="https://brick.kernel.dk/snaps/fio-3.36.tar.gz"
|
||||
MD5SUM="5db0f287a8445cde1918171b19632560"
|
||||
DOWNLOAD="https://brick.kernel.dk/snaps/fio-3.37.tar.gz"
|
||||
MD5SUM="f762d75c1fb7df762a1f6a27d395f359"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue