mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/phoronix-test-suite: Updated for version 5.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6d51148003
commit
820cbdb7eb
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for phoronix-test-suite
|
# Slackware build script for phoronix-test-suite
|
||||||
|
|
||||||
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
# Copyright 2014-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=phoronix-test-suite
|
PRGNAM=phoronix-test-suite
|
||||||
VERSION=${VERSION:-5.4.1}
|
VERSION=${VERSION:-5.6.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ rm -rf $PKG/etc
|
||||||
|
|
||||||
# Fix the docs location
|
# Fix the docs location
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a README $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -a README.md COPYING AUTHORS CHANGE-LOG $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
mv $PKG/usr/share/doc/phoronix-test-suite/* $PKG/usr/doc/$PRGNAM-$VERSION
|
mv $PKG/usr/share/doc/phoronix-test-suite/* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
rm -rf $PKG/usr/share/doc/
|
rm -rf $PKG/usr/share/doc/
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="phoronix-test-suite"
|
PRGNAM="phoronix-test-suite"
|
||||||
VERSION="5.4.1"
|
VERSION="5.6.0"
|
||||||
HOMEPAGE="http://phoronix-test-suite.com/"
|
HOMEPAGE="http://phoronix-test-suite.com/"
|
||||||
DOWNLOAD="http://www.phoronix-test-suite.com/releases/phoronix-test-suite-5.4.1.tar.gz"
|
DOWNLOAD="http://www.phoronix-test-suite.com/releases/phoronix-test-suite-5.6.0.tar.gz"
|
||||||
MD5SUM="a4d1148d228a7ca9e18363806926a0ee"
|
MD5SUM="fc92f0e50342b10ccfafde83a1ae11b0"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue