summaryrefslogtreecommitdiff
blob: 17e6a67188bbf7ab0941195cbf8b6f1eec81969a (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
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/uisp/uisp-20030618.ebuild,v 1.1 2003/10/29 03:59:12 robbat2 Exp $

DESCRIPTION="Uisp is a tool for AVR microcontrollers which can interface to many hardware in-system programmers"
SRC_URI="http://savannah.nongnu.org/download/uisp/${P}.tar.gz"
HOMEPAGE="http://savannah.nongnu.org/projects/uisp"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""

#RDEPEND=""
S=${WORKDIR}/${P}

src_compile() {
	econf || die "econf failed"
	emake || die "emake failed"
}

src_install () {
	make DESTDIR=${D} install || die
	dodoc doc/*
	prepalldocs
}