blob: 3804069b9dc8753f8af3373411e62a9e8d98427f [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit toolchain-funcs
DESCRIPTION="Synaptics RMI4 Utilities for Firmware Update"
HOMEPAGE="https://github.com/aduggan/rmi4utils"
SRC_URI="https://github.com/aduggan/rmi4utils/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="*"
IUSE=""
src_configure() {
tc-export AR CXX RANLIB
}
src_install() {
dosbin rmi4update/rmi4update
dosbin rmihidtool/rmihidtool
}