diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
commit | 7224c1253228e5c29c78cb3f0f26ce34770f2356 (patch) | |
tree | 1684924656132935256e034f35f92abee6623265 /net-wireless/gqrx/gqrx-9999.ebuild |
Added ebuilds for kogaion desktop
Diffstat (limited to 'net-wireless/gqrx/gqrx-9999.ebuild')
-rw-r--r-- | net-wireless/gqrx/gqrx-9999.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-wireless/gqrx/gqrx-9999.ebuild b/net-wireless/gqrx/gqrx-9999.ebuild new file mode 100644 index 00000000..2a62bc57 --- /dev/null +++ b/net-wireless/gqrx/gqrx-9999.ebuild @@ -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 +} |