blob: 868e536cb48f6e6b71724ff3ede08aff208d0fbb [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="85437202d522f8f5dd63e13d2a7b1f3c4074e4f9"
CROS_WORKON_PROJECT="chromiumos/platform/inputcontrol"
inherit cros-workon
DESCRIPTION="A collection of utilities for configuring input devices"
HOMEPAGE="http://www.chromium.org/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
RDEPEND="x11-apps/xinput"
DEPEND="${RDEPEND}"
src_install() {
emake DESTDIR="${D}" install || die "Install failed"
}