blob: cc3dda71362a2ebf7f11784f60071bd2dc21c788 [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="1c14d0a9966ac4d602b0e37b8be2eec9ed2f5c7c"
CROS_WORKON_TREE="e1abeb8a036a2aa10a73850e97a7744e841915d9"
CROS_WORKON_PROJECT="chromiumos/platform/touch_updater"
CROS_WORKON_OUTOFTREE_BUILD=1
inherit cros-workon
DESCRIPTION="Touch firmware and config updater"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
IUSE="input_devices_synaptics"
RDEPEND="
input_devices_synaptics? ( chromeos-base/rmi4utils )
"
src_install() {
insinto "/etc/init"
doins "scripts/chromeos-touch-update.conf"
exeinto "/opt/google/touch/scripts"
doexe scripts/*.sh
}