1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: soapybladerf
Section: hamradio
Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: Andreas Bombe <aeb@debian.org>
Build-Depends:
debhelper (>= 12),
cmake,
pkg-config,
libsoapysdr0.7-dev,
libbladerf-dev (>= 0.2018.08-rc1)
Standards-Version: 4.4.1
Homepage: https://github.com/pothosware/SoapyBladeRF/wiki
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/soapysdr/soapybladerf
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/soapysdr/soapybladerf.git
Package: soapysdr0.7-module-bladerf
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: soapysdr0.7-module
Description: bladeRF device support for SoapySDR
The Soapy bladeRF project provides a SoapySDR hardware support module.
Using this, any program using SoapySDR to interface to software
defined radio hardware can make use of the nuand bladeRF device to
transmit and receive.
Package: soapysdr-module-bladerf
Architecture: any
Multi-Arch: same
Depends: soapysdr0.7-module-bladerf, ${misc:Depends}
Description: bladeRF device support for SoapySDR (default version)
The Soapy bladeRF project provides a SoapySDR hardware support module.
Using this, any program using SoapySDR to interface to software
defined radio hardware can make use of the nuand bladeRF device to
transmit and receive.
.
This is an empty dependency package that pulls in the bladeRF module
for the default version of libsoapysdr.
|