blob: 6208414747079bb24c56f653a8534ecb1daa3ef9 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit autotools
DESCRIPTION="Utility for downloading code to tegra system in recovery mode"
HOMEPAGE="http://github.com/NVIDIA/tegrarcm/"
SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/${PN}-v${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=dev-libs/crypto++-5.6
virtual/libusb:1"
DEPEND="${RDEPEND}"
src_prepare() {
eautoreconf
}
src_install() {
dobin src/tegrarcm
}