diff options
Diffstat (limited to 'net-wireless/soapysdrplay/soapysdrplay-9999.ebuild')
-rw-r--r-- | net-wireless/soapysdrplay/soapysdrplay-9999.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/net-wireless/soapysdrplay/soapysdrplay-9999.ebuild b/net-wireless/soapysdrplay/soapysdrplay-9999.ebuild new file mode 100644 index 000000000000..bf8dafb5c49b --- /dev/null +++ b/net-wireless/soapysdrplay/soapysdrplay-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit cmake-utils + +DESCRIPTION="Soapy SDR plugin for SDRPlay" +HOMEPAGE="https://github.com/pothosware/SoapySDRPlay" + +if [ "${PV}" = "9999" ]; then + EGIT_REPO_URI="https://github.com/pothosware/SoapySDRPlay.git" + EGIT_CLONE_TYPE="shallow" + KEYWORDS="" + inherit git-r3 +else + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/pothosware/SoapySDRPlay/archive/soapy-sdrplay-${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}"/SoapySDRPlay-soapy-sdrplay-"${PV}" +fi + +LICENSE="Boost-1.0" +SLOT="0" + +IUSE="" +REQUIRED_USE="" + +RDEPEND="net-wireless/soapysdr + net-wireless/sdrplay" +DEPEND="${RDEPEND}" |