diff options
Diffstat (limited to 'system/phoronix-test-suite')
-rw-r--r-- | system/phoronix-test-suite/phoronix-test-suite.SlackBuild | 5 | ||||
-rw-r--r-- | system/phoronix-test-suite/phoronix-test-suite.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/system/phoronix-test-suite/phoronix-test-suite.SlackBuild b/system/phoronix-test-suite/phoronix-test-suite.SlackBuild index 66a48d74dc98..768383e0a72f 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:-7.0.1} +VERSION=${VERSION:-7.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -92,6 +92,9 @@ mv $PKG/usr/share/doc/phoronix-test-suite/* $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild rm -rf $PKG/usr/share/doc/ +# Remove systemd services +rm -rf $PKG/usr/lib/ + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh diff --git a/system/phoronix-test-suite/phoronix-test-suite.info b/system/phoronix-test-suite/phoronix-test-suite.info index 337d54ac012f..5bb37c0743a5 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="7.0.1" +VERSION="7.2.0" HOMEPAGE="http://phoronix-test-suite.com/" -DOWNLOAD="http://www.phoronix-test-suite.com/releases/phoronix-test-suite-7.0.1.tar.gz" -MD5SUM="a8d47f6fd3310d0c54ffb058e54352f7" +DOWNLOAD="http://www.phoronix-test-suite.com/releases/phoronix-test-suite-7.2.0.tar.gz" +MD5SUM="567854c04745a8a0f8a6e1081a4cebe9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |