**/Manifest: purge WHIRLPOOL hashes
[booboo.git] / dev-embedded / stm32flash / stm32flash-0.6.ebuild
blob237befc4cc01155ea91cbbcc72b6597d18cdf2b4
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 DESCRIPTION="Open source flash program for STM32 using the ST serial bootloader"
7 HOMEPAGE="http://sourceforge.net/projects/stm32flash/"
8 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~x86 ~amd64 ~arm"
13 IUSE=""
15 DEPEND=""
16 RDEPEND="${DEPEND}"
18 src_prepare() {
19 sed -i -e 's#/usr/local#/usr#g' Makefile
21 eapply_user