1 # Maintainer: Jason Melton <jason.melton@gmail.com>
2 # Contributor: DuGi <dugi@irc.pl>
4 pkgname=phoronix-test-suite-git
7 pkgdesc="The most comprehensive testing and benchmarking platform available for Linux"
10 url="http://www.phoronix-test-suite.com/"
16 conflicts=('phoronix-test-suite')
17 provides=('phoronix-test-suite')
18 install=${pkgname}.install
20 _gitname="phoronix-test-suite"
21 _gitroot="http://www.phorogit.com/repo/${_gitname}.git"
27 if [ -d ${srcdir}/${_gitname} ] ; then
28 msg "Git checkout: Updating existing tree"
29 cd ${_gitname} && git pull origin || return 1
30 msg "Git checkout: The local files are updated."
32 msg "Git checkout: Cloning"
33 git clone ${_gitroot} || return 1
35 msg "GIT checkout: Complete"
39 cd ${srcdir}/phoronix-test-suite
40 mkdir -p ${pkgdir}/usr/bin
41 ./install-sh ${pkgdir}/usr