diff options
author | 2013-06-09 10:48:04 +0000 | |
---|---|---|
committer | 2013-06-09 10:48:04 +0000 | |
commit | 5632b248f166d048982257024cb26645b9d99612 (patch) | |
tree | 2bfac8fb4ecc532708fd1114d14581b5d72877b0 /dev-embedded/msp430mcu/msp430mcu-20130321.ebuild | |
parent | Remove old. (diff) | |
download | gentoo-2-5632b248f166d048982257024cb26645b9d99612.tar.gz gentoo-2-5632b248f166d048982257024cb26645b9d99612.tar.bz2 gentoo-2-5632b248f166d048982257024cb26645b9d99612.zip |
Version bump.
(Portage version: 2.2.0_alpha178/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-embedded/msp430mcu/msp430mcu-20130321.ebuild')
-rw-r--r-- | dev-embedded/msp430mcu/msp430mcu-20130321.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-embedded/msp430mcu/msp430mcu-20130321.ebuild b/dev-embedded/msp430mcu/msp430mcu-20130321.ebuild new file mode 100644 index 000000000000..312372be0ed0 --- /dev/null +++ b/dev-embedded/msp430mcu/msp430mcu-20130321.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430mcu/msp430mcu-20130321.ebuild,v 1.1 2013/06/09 10:48:04 radhermit Exp $ + +EAPI="4" + +inherit eutils + +DESCRIPTION="MCU-specific data for MSP430 microcontrollers" +HOMEPAGE="http://mspgcc.sourceforge.net" +SRC_URI="mirror://sourceforge/mspgcc/${PN}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_install() { + MSP430MCU_ROOT="${S}" ./scripts/install.sh "${D}/usr" + + # remove unnecessary script + rm "${D}"/usr/bin/${PN}-config || die +} |