system/phoronix-test-suite: Updated for version 5.2.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2014-06-08 19:48:42 -05:00
parent 7016168487
commit 2abe736e63
2 changed files with 10 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=phoronix-test-suite
VERSION=${VERSION:-5.0.1}
VERSION=${VERSION:-5.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -79,6 +79,12 @@ mv $PKG/usr/share/man/ $PKG/usr
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
# Put bash-completion in system dir
mkdir -p $PKG/usr/share/bash-completion/completions/
mv $PKG/etc/bash_completion.d/phoronix-test-suite \
$PKG/usr/share/bash-completion/completions/
rm -rf $PKG/etc
# Fix the docs location
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,8 +1,8 @@
PRGNAM="phoronix-test-suite"
VERSION="5.0.1"
VERSION="5.2.0"
HOMEPAGE="http://phoronix-test-suite.com/"
DOWNLOAD="http://www.phoronix-test-suite.com/releases/phoronix-test-suite-5.0.1.tar.gz"
MD5SUM="857fe63d71f7e464709d121591ed0041"
DOWNLOAD="http://www.phoronix-test-suite.com/releases/phoronix-test-suite-5.2.0.tar.gz"
MD5SUM="a812277a79e36e3e83a9ef2838ec32a7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""