21 lines
776 B
Text
21 lines
776 B
Text
# Template file for 'phoronix-test-suite'
|
|
pkgname=phoronix-test-suite
|
|
version=4.8.5
|
|
revision=1
|
|
wrksrc="${pkgname}"
|
|
noarch="yes"
|
|
makedepends="php"
|
|
depends="php"
|
|
short_desc="The most comprehensive testing and benchmarking platform available for Linux"
|
|
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=ca7bcbb5c72bee24075200449ee33fc75490ba528f804505d62fc3826d15456e
|
|
|
|
do_install() {
|
|
sed -e "s/^export PTS_DIR=.*/export PTS_DIR=\/usr\/share\/${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
|
|
}
|