You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-embedded/jtag/jtag-0.5.1-r1.ebuild

25 lines
668 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/jtag/jtag-0.5.1-r1.ebuild,v 1.7 2013/11/07 03:35:42 patrick Exp $
EAPI="4"
inherit eutils
DESCRIPTION="Software for working with JTAG-aware (IEEE 1149.1) devices (parts) and boards through JTAG adapter"
HOMEPAGE="http://openwince.sourceforge.net/jtag/"
SRC_URI="mirror://sourceforge/openwince/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc ~ppc"
IUSE=""
DEPEND="dev-embedded/include"
RDEPEND="${DEPEND}
!dev-embedded/urjtag"
src_prepare() {
epatch "${FILESDIR}"/${P}-no-erase-overshoot.diff
}