mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 09:40:59 +02:00
Merge pull request #196 from ephemer0l/master
net-wireless/gr-lte New Package GNU Radio block for LTE
This commit is contained in:
commit
c88494c3cc
2 changed files with 33 additions and 0 deletions
1
net-wireless/gr-lte/Manifest
Normal file
1
net-wireless/gr-lte/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD gr-lte-9999.ebuild 633 SHA256 ca00f7f5e0c792e5bcb3084d1ca4ae461be8a26411594dea80bfb20d580301e7 SHA512 3106308455c5ff4b1ef3779ba707ca3ef40eac887d5f6cec4646e29c173327755316d4cc538e089440ca9c0c492650b78ceef11a1015f73faa9dffde2e27d1a4 WHIRLPOOL 0a3929bfae512c3c4dcfbe1bd1b301513b45afdfb22399b83170645464806f0ec5c55ad1a78bcd689c2c1bbe19aa06efc188b52983980c42803192adcdb5f23f
|
||||
32
net-wireless/gr-lte/gr-lte-9999.ebuild
Normal file
32
net-wireless/gr-lte/gr-lte-9999.ebuild
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit cmake-utils git-r3
|
||||
|
||||
DESCRIPTION="GNU Radio block for LTE signals"
|
||||
HOMEPAGE="https://github.com/kit-cel/gr-lte"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/kit-cel/gr-lte.git"
|
||||
EGIT_BRANCH="master"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
DEPEND=">=net-wireless/gnuradio-3.7.0:=
|
||||
dev-libs/boost:=
|
||||
>=sci-libs/fftw-3.3.4:=
|
||||
dev-util/cppunit
|
||||
dev-lang/swig:*"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_INSTALL_PREFIX=/usr/share
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
Loading…
Reference in a new issue