summaryrefslogtreecommitdiff
blob: 41f86ba5c81c53b503d05d96efd8969234d6bd58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit autotools subversion

DESCRIPTION="Implements the Host (PC) side of USB DFU (Universal Serial Bus Device Firmware Upgrade) protocol."
HOMEPAGE="http://wiki.openmoko.org/wiki/Dfu-util/"

ESVN_REPO_URI="http://svn.openmoko.org/trunk/src/host/dfu-util/"
ESVN_BOOTSTRAP="eautoreconf"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="dev-libs/libusb"

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
}