blob: da61a9e6d24fb91384806acb1033751b2af1b1ad [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_COMMIT="b049d5439dd213af0fbc87e17197b56f2eb46536"
CROS_WORKON_TREE="b5b79a0a5c68c00c9b3575eeabd806087ca5a33a"
CROS_WORKON_PROJECT="chromiumos/platform/mttools"
inherit cros-workon
DESCRIPTION="Chromium OS multitouch utilities"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
RDEPEND="chromeos-base/gestures
app-misc/utouch-evemu
chromeos-base/libevdev"
DEPEND=${RDEPEND}
src_prepare() {
cros-workon_src_prepare
}
src_configure() {
cros-workon_src_configure
}
src_compile() {
cros-workon_src_compile
}
src_install() {
# install to autotest deps directory for dependency
emake DESTDIR="${D}/usr/local/autotest/client/deps/touchpad-tests/framework" install
}