# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" inherit eutils inherit autotools git-2 KEYWORDS="" EGIT_REPO_URI="git://github.com/mulicheng/fx2lib" DESCRIPTION="fx2lib - Helper Library for Firmware for Sigrok - Free/Libre/Open-Source logic analyzer" HOMEPAGE="http://sigrok.org" LICENSE="GPL-2" SLOT="0" IUSE="" DEPEND="" RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}"/sdcclib_too_many_args.patch epatch "${FILESDIR}"/make_install.patch }