| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: $
|
| 4 |
|
| 5 |
EAPI="4"
|
| 6 |
|
| 7 |
inherit eutils
|
| 8 |
|
| 9 |
DESCRIPTION="MCU-specific data for MSP430 microcontrollers"
|
| 10 |
HOMEPAGE="http://mspgcc.sourceforge.net"
|
| 11 |
SRC_URI="mirror://sourceforge/mspgcc/${PN}/${P}.tar.bz2"
|
| 12 |
|
| 13 |
LICENSE="BSD"
|
| 14 |
SLOT="0"
|
| 15 |
KEYWORDS="~amd64 ~x86"
|
| 16 |
IUSE=""
|
| 17 |
|
| 18 |
src_prepare() {
|
| 19 |
epatch "${FILESDIR}"/${PN}-20111205-install.patch
|
| 20 |
}
|
| 21 |
|
| 22 |
src_install() {
|
| 23 |
MSP430MCU_ROOT="${S}" ./scripts/install.sh "${D}/usr"
|
| 24 |
}
|