diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-07-29 13:05:50 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-07-29 13:05:50 +0000 |
commit | dc0ec1a8b72a5764e4b14e67d6127b548b33bcbe (patch) | |
tree | 9e8c108565c21b61cec84da1d50e51f0823651ee /dev-embedded/avarice/avarice-2.6.ebuild | |
parent | Version bump (bug #184328). (diff) | |
download | gentoo-2-dc0ec1a8b72a5764e4b14e67d6127b548b33bcbe.tar.gz gentoo-2-dc0ec1a8b72a5764e4b14e67d6127b548b33bcbe.tar.bz2 gentoo-2-dc0ec1a8b72a5764e4b14e67d6127b548b33bcbe.zip |
Version bump (bug #159978).
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'dev-embedded/avarice/avarice-2.6.ebuild')
-rw-r--r-- | dev-embedded/avarice/avarice-2.6.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-embedded/avarice/avarice-2.6.ebuild b/dev-embedded/avarice/avarice-2.6.ebuild new file mode 100644 index 000000000000..663f90032811 --- /dev/null +++ b/dev-embedded/avarice/avarice-2.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/avarice/avarice-2.6.ebuild,v 1.1 2007/07/29 13:05:50 calchan Exp $ + +inherit eutils + +DESCRIPTION="Interface for GDB to Atmel AVR JTAGICE in circuit emulator" +HOMEPAGE="http://avarice.sourceforge.net/" +SRC_URI="mirror://sourceforge/avarice/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" + +src_install() { + emake install DESTDIR="${D}" || die "make install failed" + dodoc AUTHORS ChangeLog INSTALL doc/avrIceProtocol.txt doc/running.txt doc/todo.txt +} |