mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 21:31:10 +02:00
kalibrate-hackrf: initial ebuild
This commit is contained in:
parent
96e562718a
commit
6a441cf523
2 changed files with 26 additions and 0 deletions
24
net-wireless/kalibrate-hackrf/kalibrate-hackrf-9999.ebuild
Normal file
24
net-wireless/kalibrate-hackrf/kalibrate-hackrf-9999.ebuild
Normal 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
|
||||
}
|
||||
|
|
@ -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 **
|
||||
|
|
|
|||
Loading…
Reference in a new issue