blob: a8e19b4a588d81a4e1e06a68d3bdc05f38131244 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_PROJECT="chromiumos/platform/salsa"
inherit cros-workon toolchain-funcs
DESCRIPTION="Touchpad Experimentation Framework"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
LIBCHROME_VERS="180609"
RDEPEND="chromeos-base/libchrome:${LIBCHROME_VERS}
sys-libs/ncurses"
DEPEND="${RDEPEND}"
src_compile() {
cd try_touch_experiment
tc-export CXX PKG_CONFIG
export BASE_VER=${LIBCHROME_VERS}
emake
}
src_install() {
cd try_touch_experiment
default
}