phoronix-test-suite: update to 5.2.1.

This commit is contained in:
Enno Boland 2014-10-01 14:26:16 +02:00
parent 696f108181
commit a01f25e790

View File

@ -1,6 +1,6 @@
# Template file for 'phoronix-test-suite'
pkgname=phoronix-test-suite
version=5.0.1
version=5.2.1
revision=1
wrksrc="${pkgname}"
noarch="yes"
@ -11,11 +11,11 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://www.phoronix-test-suite.com/"
distfiles="http://www.phoronix.net/downloads/phoronix-test-suite/releases/${pkgname}-${version}.tar.gz"
checksum=c4a0a6283998da5a6f5248a5c093da6ab22b15a8f302b24d9f2a526c73054eb4
checksum=1186f460691e2fe7a07df5edb8d8ed1ac0c65327512e646da2b2e3a60dda6cd9
do_install() {
sed -e "s/^export PTS_DIR=.*/export PTS_DIR=\/usr\/share\/${pkgname}/g" -i phoronix-test-suite
sed -e "s/^export PTS_DIR=.*/export PTS_DIR=\/usr\/share\/webapps\/${pkgname}/g" -i phoronix-test-suite
vinstall phoronix-test-suite 755 usr/bin
vmkdir usr/share/${pkgname}/pts-core
vcopy "pts-core/*" usr/share/${pkgname}/pts-core
vmkdir usr/share/webapps/${pkgname}/pts-core
vcopy "pts-core/*" usr/share/webapps/${pkgname}/pts-core
}