mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 06:41:01 +02:00
net-wireless/gr-dsss New GNU Radio block
This commit is contained in:
parent
042403b62e
commit
a971745ce6
2 changed files with 30 additions and 0 deletions
1
net-wireless/gr-dsss/Manifest
Normal file
1
net-wireless/gr-dsss/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD gr-dsss-9999.ebuild 697 SHA256 ab4adc0979d9449b50d43b2a494ee70a250ae80b1e2c889825652a85eece4346 SHA512 ea1ff377f50cd9e36a16d310d29bfaf19746e2c0dea1e486cbd8104e3d169a02205ce46c3fa98e14189500699041a5fe903f3a969848a8be94e1bdbdc3f4022b WHIRLPOOL 069f4eacd367f0aa57484a782ab6cdffb8e4ec6081a196e3e31cfcf194e0c5aba9338aa78d3e5d2e901fc28ef02f8e19e719f476bdba67a54732c56910f07b44
|
||||
29
net-wireless/gr-dsss/gr-dsss-9999.ebuild
Normal file
29
net-wireless/gr-dsss/gr-dsss-9999.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# 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 Direct Sequence Spread Spectrum"
|
||||
HOMEPAGE="https://github.com/ericdegroot/gr-dsss"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/ericdegroot/gr-dsss.git"
|
||||
EGIT_BRANCH="master"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
DEPEND=">=net-wireless/gnuradio-3.7.0:=
|
||||
dev-libs/boost:=
|
||||
dev-util/cppunit
|
||||
dev-lang/swig:*"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
sed -i '0,/include\/dsss/s/include\/dsss/include\/gnuradio\/dsss/' ${WORKDIR}/${P}/CMakeLists.txt || die 'sed failed'
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
Loading…
Reference in a new issue