blob: 72601226ea0f98ea9d6d39f626cdc58012c2def3 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CROS_WORKON_COMMIT="829b13fd5935bac5af6becb0cafa69622fa58296"
CROS_WORKON_TREE="ad8fa0be98a2dd6b6da1ea45c4e7126663828f4a"
EAPI=4
CROS_WORKON_LOCALNAME="../platform/chromiumos-wide-profiling"
CROS_WORKON_PROJECT="chromiumos/platform/chromiumos-wide-profiling"
inherit cros-workon toolchain-funcs
DESCRIPTION="Program used to collect performance data on ChromeOS machines"
HOMEPAGE=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
RDEPEND="dev-util/perf
net-misc/curl
sys-libs/zlib"
DEPEND="test? ( dev-cpp/gtest )
net-misc/curl
sys-libs/zlib"
src_configure() {
tc-export CXX
}
src_test() {
emake check
}
src_install() {
dobin ${PN}.exe
}