gqrx: added to repo by request from ephemer0l on bug #81

This commit is contained in:
Zero_Chaos 2012-12-20 00:33:32 +00:00
parent 9f7021fcdd
commit 3b8566c25c
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1 @@
EBUILD gqrx-9999.ebuild 590 SHA256 2dc8f26457f745d771c9603018eecfd3934ee687131f43898e91a9afa788549b SHA512 0d14d3b2fc318cd852f98bb7b54d7ef156af38b3c455f76f7c2b08e0b99cd294b6e3b103495f14e4fbd0e03d19e88b267ad70ba13585dc1b2952a93192dd871c WHIRLPOOL 1606dc6eacc9b821bfb7ca0c294572d4392bf8224b161fed6170b0cc702f57f002ddfba72e57bc4d892159f51790f5167761b96e8b52394e18ec6a615a24f001

View file

@ -0,0 +1,27 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit qt4-r2 git-2
DESCRIPTION="Software defined radio receiver powered by GNU Radio and Qt"
HOMEPAGE="http://www.oz9aec.net/index.php/gnu-radio/gqrx-sdr"
EGIT_REPO_URI="https://github.com/csete/gqrx.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE="uhd rtl fcd"
DEPEND="net-wireless/gnuradio[fcd?]
rtl? ( net-wireless/rtl-sdr )
uhd? ( net-wireless/uhd )
net-wireless/gr-osmosdr
media-sound/pulseaudio"
RDEPEND="${DEPEND}"
src_install() {
dobin gqrx
}