net-wireless/gr-gps New GNU Radio block

This commit is contained in:
ephemer0l 2017-05-30 04:06:55 -05:00
parent a971745ce6
commit 65594462bf
2 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1 @@
EBUILD gr-gps-9999.ebuild 668 SHA256 cd18ba590c4909b3755833d96dac0371d84012967b8811db601458b6e1d89dc1 SHA512 ae2941cabae9867a0ce69a2b4b5e83e33967c668dc12ec8a2b983262690273950b30cf2dacd4ec645d1c4d78075c522b40b619ea784d17d069460dea7b112054 WHIRLPOOL 74f98a5cc4765747e1bb21ac60eddb73ac969324dc32c5ee5ffe53ba889b4202bc988bd1e8817bd28c8fc4153e41e1d6c8d134c3e311ef0f528ce3fcd8db92af

View 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 a GPS receiver"
HOMEPAGE="https://github.com/slaaja/gr-gps"
EGIT_REPO_URI="https://github.com/slaaja/gr-gps.git"
EGIT_BRANCH="master"
KEYWORDS=""
LICENSE="GPL-3"
SLOT="0"
IUSE="doc"
DEPEND=">=net-wireless/gnuradio-3.7.0:=
dev-libs/boost:=
dev-util/cppunit
dev-lang/swig:*"
RDEPEND="${DEPEND}"
src_configure() {
sed -i '0,/include\/gps/s/include\/gps/include\/gnuradio\/gps/' ${WORKDIR}/${P}/CMakeLists.txt || die 'sed failed'
cmake-utils_src_configure
}