net-wireless/kalibrate-rtl - 9999 (booboo)

Search

Install

Install this version:

emerge -a =net-wireless/kalibrate-rtl-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-wireless/kalibrate-rtl-9999

Or alternatively:

emerge --autounmask-write -a =net-wireless/kalibrate-rtl-9999

Package Information

Description:
fork of http://thre.at/kalibrate/ for use with rtl-sdr devices
Homepage:
https://github.com/steve-m/kalibrate-rtl
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit git-r3 autotools

DESCRIPTION="fork of http://thre.at/kalibrate/ for use with rtl-sdr devices"
HOMEPAGE="https://github.com/steve-m/kalibrate-rtl"
EGIT_REPO_URI="https://github.com/viraptor/kalibrate-rtl"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="net-wireless/rtl-sdr"
RDEPEND="${DEPEND}"

src_prepare() {
	default
	eautoreconf
}

Inherited Eclasses

Dependencies

DEPEND

net-wireless/rtl-sdr

RDEPEND

net-wireless/rtl-sdr