summaryrefslogtreecommitdiff
blob: 4897f1a7248444cbb83012032fb2a2734290a730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/avrdude/avrdude-4.4.0-r1.ebuild,v 1.5 2005/07/24 10:23:55 dragonheart Exp $


inherit eutils

DESCRIPTION="AVR Downloader/UploaDEr"
HOMEPAGE="http://savannah.nongnu.org/projects/avrdude"
SRC_URI="http://savannah.nongnu.org/download/avrdude/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ppc64 x86"
IUSE=""

DEPEND="app-text/tetex
	sys-devel/flex
	sys-devel/bison
	sys-devel/gcc
	sys-libs/ncurses
	sys-apps/grep
	sys-libs/readline
	virtual/libc
	app-text/texi2html"

RDEPEND="virtual/libc
	sys-libs/ncurses"

src_unpack() {
	unpack ${A}
	epatch ${FILESDIR}/avrdude-html-doc-build-fix.patch
}


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