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/msp430-binutils/msp430-binutils-2.21.1_p201...

23 lines
606 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20120119.ebuild,v 1.1 2012/01/22 19:40:13 radhermit Exp $
PATCHVER="1.4"
BINUTILS_VER=${PV%_p*}
inherit toolchain-binutils
DESCRIPTION="Tools necessary to build programs for MSP430 microcontrollers"
SRC_URI+=" http://dev.gentoo.org/~radhermit/distfiles/${P}.patch.bz2"
KEYWORDS="~amd64 ~x86"
pkg_setup() {
is_cross || die "Only cross-compile builds are supported"
}
PATCHES=(
"${WORKDIR}"/${P}.patch
)