blob: 4a2e321e2272d110216ddddaae84e0f9129c4b43 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit toolchain-funcs
DESCRIPTION="ELAN TouchPad Firmware Updater (HID-Interface) for B50"
HOMEPAGE="https://github.com/jinglewu/etphidiap/"
SRC_URI="https://github.com/jinglewu/etphidiap/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="*"
IUSE=""
# Old name for this package. Must block old revisions which would install
# the same files as this package.
RDEPEND="!<chromeos-base/etphidiap-1.1-r3"
DEPEND="!<chromeos-base/etphidiap-1.1-r3"
PATCHES=(
"${FILESDIR}/${P}-fix-warnings.patch"
)
src_configure() {
tc-export CC
}
src_install() {
dosbin etphid_updater
}