Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8199a14b9fcd171cd8b5065c33902c65c519f7a4
commit 8199a14b9fcd171cd8b5065c33902c65c519f7a4 Author: Devil505 <[email protected]> Date: Sun Jan 8 20:25:10 2012 +0100 phoronix-test-suite-3.6.1-1-i686 * new package diff --git a/source/apps-extra/phoronix-test-suite/FrugalBuild b/source/apps-extra/phoronix-test-suite/FrugalBuild new file mode 100644 index 0000000..94b0baa --- /dev/null +++ b/source/apps-extra/phoronix-test-suite/FrugalBuild @@ -0,0 +1,24 @@ +# Compiling Time: 0.05 SBU +# Maintainer: Devil505 <[email protected]> + +pkgname=phoronix-test-suite +pkgver=3.6.1 +pkgrel=1 +pkgdesc="The most comprehensive testing and benchmarking platform available for Linux." +url="http://www.phoronix-test-suite.com/" +depends=('php') +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=('c704f053cdd45e34a9ea912ef426f92e441d3dde') + +build() { + Fcd $pkgname + Fsed "-packages.sh" "-packages.sh --asdeps" pts-core/objects/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 + cp -r pts-core/ $Fdestdir/usr/share/phoronix-test-suite/ || Fdie +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
