mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 02:30:58 +02:00
soapybladerf: v0.3.3 bump
This commit is contained in:
parent
094ae6d047
commit
ac76d5251d
4 changed files with 27 additions and 2 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST soapybladerf-0.3.2.tar.gz 25428 SHA256 e97d849ab80dfe3142c072a0709693184db9b521e17241882f47f93744d762d7 SHA512 39a4d2b0e7835c2fb8a0f63f566d332758b4c75bd460d185f0fcfc8a60841defe47ca082fc30e5bbdad3db26649a06767080799cbcde02fd087e522dfdb4a01b WHIRLPOOL de18ae3c4423d6e6876e38f8a9708a18bdcc84e88e2bfcc92552d3ac5ceaa59ac9a3c246fdb5906e0052cc83009ac625f459b710c82bd4b1e64cf820cd38db80
|
||||
DIST soapybladerf-0.3.3.tar.gz 25655 SHA256 5c80c946d9f6ce1120682c87b449a09032e0abddc960af5b0ee16def08fe5ad9 SHA512 61bfb0fd7f61919dc14ce5ed5d46ed6dbfb1746149cca4ebad713b133c554265c61a57f58e6e029fbae9ec7860ba2c3b65668a16d86d5a07f4e55c88aec79fdc WHIRLPOOL a98a89bbe85ad182f865add7b4174186f82a7a1870b826eac294015cd02c6be10594c07c687c05c6ee9b000cc343ce7a1a946d0c25c94b9c4a4730c17e8ea86e
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
|
|
|||
26
net-wireless/soapybladerf/soapybladerf-0.3.3.ebuild
Normal file
26
net-wireless/soapybladerf/soapybladerf-0.3.3.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="Soapy SDR plugin for the Blade RF "
|
||||
HOMEPAGE="https://github.com/pothosware/SoapyBladeRF"
|
||||
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
EGIT_REPO_URI="https://github.com/pothosware/SoapyBladeRF.git"
|
||||
inherit git-r3
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/pothosware/SoapyBladeRF/archive/soapy-bladerf-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}"/SoapyBladeRF-soapy-bladerf-"${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="net-wireless/soapysdr
|
||||
net-wireless/bladerf:="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue