blob: ca170392609c63eefca40a581e44010566422d3a [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
EGIT_COMMIT="v${PV}"
SRC_URI="http://nv-tegra.nvidia.com/gitweb/?p=tools/tegrarcm.git;a=snapshot;hb=${EGIT_COMMIT};sf=tgz -> ${PN}-${EGIT_COMMIT}.tar.gz"
S=${WORKDIR}/${PN}
inherit autotools
DESCRIPTION="Utility for downloading code to tegra system in recovery mode"
HOMEPAGE="http://sourceforge.net/projects/tegra-rcm/"
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
}