Files
overlay/net-wireless/cubicsdr/cubicsdr-9999.ebuild
2017-06-21 21:04:01 +02:00

38 lines
592 B
Bash

# 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
}