blob: 1c86a048f98c416b26c59a64de5ea0cff6b63914 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CROS_WORKON_COMMIT="90499755efdf05dafe54fb82d1ecb1b2bb626b73"
CROS_WORKON_TREE="820d2c7d49e27b7ca8839ab0dca4dcfba3a1cde8"
EAPI=2
CROS_WORKON_PROJECT="chromiumos/third_party/cypress-tools"
inherit toolchain-funcs cros-workon
DESCRIPTION="Cypress APA Trackpad Firmware Update Utility"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86 arm"
IUSE=""
RDEPEND=""
DEPEND=""
CROS_WORKON_LOCALNAME=../third_party/cypress-tools
CROS_WORKON_SUBDIR=
src_compile() {
tc-export CC
emake || die "Compile failed"
}
src_install() {
into /
dosbin cyapa_fw_update
insinto /opt/google/touchpad/cyapa
doins images/CYTRA*
}