blob: 9fb613078b22f17795bf72b5720ec87aecd73ee7 [file] [log] [blame]
#
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
# $Header:$
#
EAPI=2
CROS_WORKON_PROJECT="chromiumos/platform/punybench"
CROS_WORKON_LOCALNAME="../platform/punybench"
inherit toolchain-funcs cros-workon
DESCRIPTION="A set of file system microbenchmarks"
HOMEPAGE="http://git.chromium.org/gitweb/?s=punybench"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
##DEPEND="sys-libs/ncurses"
src_compile() {
tc-export CC
emake BOARD="${ARCH}" || die
}
src_install() {
emake install BOARD="${ARCH}" DESTDIR="${D}" || die
}