Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=da0fae9d8c381a4be60adad3412cb4137e2b213c
commit da0fae9d8c381a4be60adad3412cb4137e2b213c Author: DeX77 <[email protected]> Date: Wed Oct 2 22:47:57 2013 +0200 phoronix-test-suite-4.8.2-1-x86_64 * version bump diff --git a/source/apps-extra/phoronix-test-suite/FrugalBuild b/source/apps-extra/phoronix-test-suite/FrugalBuild index 4f9b319..2ea66b1 100644 --- a/source/apps-extra/phoronix-test-suite/FrugalBuild +++ b/source/apps-extra/phoronix-test-suite/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: DeX77 <[email protected]> pkgname=phoronix-test-suite -pkgver=4.8.1 +pkgver=4.8.2 pkgrel=1 pkgdesc="The most comprehensive testing and benchmarking platform available for Linux." url="http://www.phoronix-test-suite.com/" @@ -11,13 +11,15 @@ groups=('apps-extra') archs=('i686' 'x86_64') up2date="Flasttar http://www.phoronix.net/downloads/$pkgname/releases/" source=(http://www.phoronix.net/downloads/$pkgname/releases/$pkgname-$pkgver.tar.gz) -sha1sums=('8658cb07158eada7205cb8091662e5199db25e28') +sha1sums=('4a3dfbf72b5f4b2e557d5a15f66f7b2d6618ee54') build() { Fcd phoronix-test-suite - sed -i 's#-packages.sh#-packages.sh --asdeps#' pts-core/objects/client || Fdie/pts_external_dependencies.php + + #sed -i 's#-packages.sh#-packages.sh --asdeps#' pts-core/objects/client || Fdie/pts_external_dependencies.php Fmkdir usr/share/phoronix-test-suite + sed -e "s/^export PTS_DIR=.*/export PTS_DIR=\/usr\/share\/phoronix-test-suite/g" -i phoronix-test-suite || Fdie Fexerel $pkgname /usr/bin/$pkgname rm -f $Fdestdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-* || Fdie _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
