dev-embedded/stlink: add
[sgilles-overlay.git] / sys-libs / flashmap / flashmap-9999.ebuild
blob6a36a092027b0be50edb91c4099f5ce3a6b05a95
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
5 EAPI=6
7 inherit git-r3
9 DESCRIPTION="Utility for manipulating firmware ROM mapping data structure"
11 HOMEPAGE="https://chromium.googlesource.com/chromiumos/third_party/flashmap/"
12 SRC_URI=""
13 EGIT_REPO_URI="https://github.com/dhendrix/flashmap"
15 LICENSE="BSD GPL-2"
16 SLOT="0"
17 KEYWORDS=""
19 src_prepare() {
20 sed -i 's/-Werror //' Makefile || die
21 default
24 src_configure() {
25 true