blob: ae057e3cd946d1a1981b926a858676c2181d2804 [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="324954fdc6e904cc77edaad137497305d13325ae"
CROS_WORKON_TREE="598e3b4a44a85f22d1866ad7421e64d7c61ceceb"
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
}