add SoapySDR, CubicSDR

This commit is contained in:
Florian Tham
2017-06-21 21:04:01 +02:00
parent 10d101a856
commit 93edf56920
12 changed files with 215 additions and 0 deletions

View File

@@ -0,0 +1 @@
EBUILD cubicsdr-9999.ebuild 592 SHA256 c701d5dd42e1beb59a675e4651f5aefa2fc6296fb39d238b8ced476aa118c2bf SHA512 069ed147a4777be406680eacdf8edb157644f1cf2a28c263d1983602856dbd9d86822a5f496eac48c5d5b4cdbb9da0117be4bda08a4e5b4b813d16fe70baba0d WHIRLPOOL 67fa15e6e8be510889e697db48637164aaf2a1ba58fd430c986a7edf796e3e765c8a99e2af8c2e9c68e424020f4c73b6e33671dcc6f515684fa4b3e31c93dfc7

View File

@@ -0,0 +1,37 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit cmake-utils git-r3
DESCRIPTION="Cross-Platform SDR Application"
HOMEPAGE="https://github.com/cjcliffe/CubicSDR"
SRC_URI=""
EGIT_REPO_URI="https://github.com/cjcliffe/CubicSDR"
KEYWORDS=""
LICENSE="GPL-2"
SLOT="0/${PV}"
IUSE=""
RDEPEND="net-wireless/soapysdr
net-libs/liquid-dsp
media-libs/mesa
x11-libs/wxGTK"
DEPEND=""
REQUIRED_USE=""
src_prepare() {
epatch_user
}
src_configure() {
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
}