blob: 8a6fb4e543d6535ca30aa35ba0d5d1e6ec4d3863 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
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*
}