kalibrate-hackrf: initial ebuild

This commit is contained in:
blshkv 2016-10-20 14:07:02 +08:00
parent 96e562718a
commit 6a441cf523
No known key found for this signature in database
GPG key ID: 9CCF6FCB8D8A14BF
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,24 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit autotools git-r3
DESCRIPTION="A tool to scan GSM base stations and calculate the local oscillator frequency offset"
HOMEPAGE="https://github.com/scateu/kalibrate-hackrf"
EGIT_REPO_URI="https://github.com/scateu/kalibrate-hackrf.git"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_prepare(){
# eautoreconf
./bootstrap
}

View file

@ -45,6 +45,8 @@ net-wireless/multimode
~net-wireless/wifi-pumpkin-0.7.8
#most of the pentoo-radio stuff has no stable at all so it all lives in here for now
net-wireless/gr-gsm **
net-wireless/kalibrate-hackrf **
net-wireless/gr-osmosdr
net-wireless/gr-iqbal
=net-wireless/op25-9999 **