2013-11-21 12:00:17 +00:00
|
|
|
# Template file for 'phoronix-test-suite'
|
|
|
|
pkgname=phoronix-test-suite
|
2015-04-11 06:12:48 +00:00
|
|
|
version=5.6.0
|
2013-11-21 12:00:17 +00:00
|
|
|
revision=1
|
|
|
|
wrksrc="${pkgname}"
|
2014-01-01 15:10:11 +00:00
|
|
|
noarch="yes"
|
|
|
|
depends="php"
|
2013-11-21 12:00:17 +00:00
|
|
|
short_desc="The most comprehensive testing and benchmarking platform available for Linux"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2013-11-21 12:00:17 +00:00
|
|
|
license="GPL-3"
|
|
|
|
homepage="http://www.phoronix-test-suite.com/"
|
|
|
|
distfiles="http://www.phoronix.net/downloads/phoronix-test-suite/releases/${pkgname}-${version}.tar.gz"
|
2015-04-11 06:12:48 +00:00
|
|
|
checksum=218b44339cfd019cd71716c16d41e7dd1e9f132ef2a9020cdf5ff1969226a36c
|
2013-11-21 12:00:17 +00:00
|
|
|
|
|
|
|
do_install() {
|
2014-10-01 12:26:16 +00:00
|
|
|
sed -e "s/^export PTS_DIR=.*/export PTS_DIR=\/usr\/share\/webapps\/${pkgname}/g" -i phoronix-test-suite
|
2013-11-21 12:00:17 +00:00
|
|
|
vinstall phoronix-test-suite 755 usr/bin
|
2014-10-01 12:26:16 +00:00
|
|
|
vmkdir usr/share/webapps/${pkgname}/pts-core
|
|
|
|
vcopy "pts-core/*" usr/share/webapps/${pkgname}/pts-core
|
2013-11-21 12:00:17 +00:00
|
|
|
}
|