Install this version:
emerge -a =dev-embedded/stm32flash-0.6
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-embedded/stm32flash-0.6
Or alternatively:
emerge --autounmask-write -a =dev-embedded/stm32flash-0.6
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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}"
src_prepare() {
sed -i -e 's#/usr/local#/usr#g' Makefile
eapply_user
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | stm32flash-0.6.tar.gz | 376186 bytes | https://downloads.sourceforge.net/stm32flash/stm32flash-0.6.tar.gz |