From 2abe736e63edceeff2f76a055b0a4ffefe593c30 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 8 Jun 2014 19:48:42 -0500 Subject: system/phoronix-test-suite: Updated for version 5.2.0. Signed-off-by: Robby Workman --- system/phoronix-test-suite/phoronix-test-suite.SlackBuild | 8 +++++++- system/phoronix-test-suite/phoronix-test-suite.info | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'system/phoronix-test-suite') 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="" -- cgit v1.2.3