# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="fork of http://thre.at/kalibrate/ for use with rtl-sdr devices " HOMEPAGE="https://github.com/steve-m/kalibrate-rtl" SRC_URI="https://github.com/steve-m/kalibrate-rtl/archive/master.zip" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="net-wireless/rtl-sdr" DEPEND="${RDEPEND} sci-libs/fftw" src_unpack() { unpack ${A} mv kalibrate-rtl-master ${P} } src_configure() { aclocal autoconf autoheader automake --add-missing econf } src_install() { emake emake DESTDIR="${D}" install }