# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: Exp $ DESCRIPTION="support headers" HOMEPAGE="http://www.ti.com/tool/msp430-gcc-opensource" SRC_URI="http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/latest/exports/msp430-gcc-support-files.zip" LICENSE="BSD" SLOT="0" KEYWORDS="x86 amd64" DEPEND="" RDEPEND="" IUSE="" RESTRICT="strip" S="${WORKDIR}/msp430-gcc-support-files" src_install() { dodir "/usr/msp430-elf/lib" insinto "/usr/msp430-elf/lib" doins *.ld dodir "/usr/msp430-elf/include" insinto "/usr/msp430-elf/include" doins *.h }