dev-embedded/stm32flash - 0.4 (booboo)

Search

Install

Install this version:

emerge -a =dev-embedded/stm32flash-0.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-embedded/stm32flash-0.4

Or alternatively:

emerge --autounmask-write -a =dev-embedded/stm32flash-0.4

Package Information

Description:
Open source flash program for STM32 using the ST serial bootloader
Homepage:
http://sourceforge.net/projects/stm32flash/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.4 5 ~x86 ~amd64 ~arm 0
View Raw Ebuild
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

DESCRIPTION="Open source flash program for STM32 using the ST serial bootloader"
HOMEPAGE="http://sourceforge.net/projects/stm32flash/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~arm"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

S="$WORKDIR/$PN"

src_prepare() {
	sed -i -e 's#/usr/local#/usr#g' Makefile
}

Manifest for 0.4

Type File Size Source URLs
DIST stm32flash-0.4.tar.gz 37350 bytes https://downloads.sourceforge.net/stm32flash/stm32flash-0.4.tar.gz