- pycparser: bitrotten ebuild
[booboo.git] / dev-util / 0xFFFF / 0xFFFF-9999-r1.ebuild
blob1956711295c7da9e1a0dffafb45811a122d10eb7
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=6
6 inherit git-r3
8 DESCRIPTION="Open Free Fiasco Firmware Flasher"
9 HOMEPAGE="https://github.com/pali/0xFFFF"
11 EGIT_REPO_URI="https://github.com/pali/0xFFFF"
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS=""
16 IUSE=""
18 DEPEND="
19 sys-devel/make
20 dev-libs/libusb:1
22 RDEPEND="
23 dev-libs/libusb:1
26 src_prepare() {
27 sed -r \
28 -e 's@^(PREFIX).*@\1=/usr@' \
29 -i src/Makefile
30 default