20 lines
786 B
Bash
20 lines
786 B
Bash
# Template file for 'phoronix-test-suite'
|
|
pkgname=phoronix-test-suite
|
|
version=5.8.1
|
|
revision=1
|
|
wrksrc="${pkgname}"
|
|
noarch="yes"
|
|
depends="php"
|
|
short_desc="The most comprehensive testing and benchmarking platform available for Linux"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
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=67636f9ac8501749780b5d541c32de961d7a692a9a486521ac716726c8b76582
|
|
|
|
do_install() {
|
|
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/webapps/${pkgname}/pts-core
|
|
vcopy "pts-core/*" usr/share/webapps/${pkgname}/pts-core
|
|
}
|