pentoo-overlay/net-wireless/gr-gps/gr-gps-9999.ebuild
2017-05-30 04:06:55 -05:00

29 lines
668 B
Bash

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