# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-wireless/gr-osmosdr/gr-osmosdr-0.0.2-r1.ebuild,v 1.1 2013/09/16 16:03:12 zerochaos Exp $ EAPI=5 PYTHON_DEPEND="python? 2" inherit cmake-utils python DESCRIPTION="GNU Radio source block for OsmoSDR and rtlsdr and hackrf" HOMEPAGE="http://sdr.osmocom.org/trac/wiki/GrOsmoSDR" if [[ ${PV} == 9999* ]]; then inherit git-2 SRC_URI="" EGIT_REPO_URI="git://git.osmocom.org/${PN}.git" KEYWORDS="" else SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~x86" fi LICENSE="GPL-3" SLOT="0/${PV}" IUSE="fcd hackrf iqbalance python rtlsdr uhd" #IUSE="fcd hackrf iqbalance osmosdr python rtlsdr uhd" # osmosdr? ( net-libs/libosmosdr:= ) RDEPEND="