summaryrefslogtreecommitdiffstats
path: root/system/phoronix-test-suite
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-08 19:48:42 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-12 06:51:15 +0700
commit2abe736e63edceeff2f76a055b0a4ffefe593c30 (patch)
tree1823b219a701f5ced822ab53cf54a14bfe747a02 /system/phoronix-test-suite
parent7016168487342453f814a6a2d1920a6feb70e673 (diff)
downloadslackbuilds-2abe736e63edceeff2f76a055b0a4ffefe593c30.tar.gz
slackbuilds-2abe736e63edceeff2f76a055b0a4ffefe593c30.tar.xz
system/phoronix-test-suite: Updated for version 5.2.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/phoronix-test-suite')
-rw-r--r--system/phoronix-test-suite/phoronix-test-suite.SlackBuild8
-rw-r--r--system/phoronix-test-suite/phoronix-test-suite.info6
2 files changed, 10 insertions, 4 deletions
diff --git a/system/phoronix-test-suite/phoronix-test-suite.SlackBuild b/system/phoronix-test-suite/phoronix-test-suite.SlackBuild
index c751decb29..7935d14633 100644
--- a/system/phoronix-test-suite/phoronix-test-suite.SlackBuild
+++ b/system/phoronix-test-suite/phoronix-test-suite.SlackBuild
@@ -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
diff --git a/system/phoronix-test-suite/phoronix-test-suite.info b/system/phoronix-test-suite/phoronix-test-suite.info
index d53d207089..9dc8100183 100644
--- a/system/phoronix-test-suite/phoronix-test-suite.info
+++ b/system/phoronix-test-suite/phoronix-test-suite.info
@@ -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=""