void-packages/srcpkgs/phoronix-test-suite/template
2015-07-19 08:57:37 +02:00

21 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
}