# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Comprehensive testing and benchmarking platform" HOMEPAGE="http://phoronix-test-suite.com" SRC_URI="http://www.phoronix-test-suite.com/releases/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/php-5.2.6_rc3" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} } src_install() { dodir /usr/local/${PN} cp -R "${WORKDIR}/${PN}/" "${D}/usr/local/" || die "Install failed!" }