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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
|
Source: bladerf
Priority: extra
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: cmake (>= 2.8.5),
debhelper (>=9),
doxygen,
help2man,
libncurses5-dev,
libtecla-dev | libtecla1-dev,
libusb-1.0-0-dev (>= 1.0.12) [linux-any],
libusb-dev [hurd-i386],
libusb2-dev [kfreebsd-any],
pandoc,
pkg-config
Standards-Version: 3.9.8
Section: comm
Homepage: http://www.nuand.com/bladeRF
Vcs-Git: https://anonscm.debian.org/git/users/bottoms/pkg-bladerf.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/bottoms/pkg-bladerf.git/
Package: libbladerf1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: bladerf, bladerf-firmware, bladerf-fpga
Description: nuand bladeRF software-defined radio device
The nuand bladeRF is an open-source software-defined radio (SDR) system,
comprised of an RF transceiver, a field-programmable gate array (FPGA),
a microcontroller driving a USB 3.0 interface, and a suite of host
libraries and drivers to facilitate interaction with the device.
.
This package provides the host library.
Package: libbladerf-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libbladerf1 (= ${binary:Version}),
libc6-dev | libc-dev,
${misc:Depends}
Description: nuand bladeRF software-defined radio device (header files)
The nuand bladeRF is an open-source software-defined radio (SDR) system,
comprised of an RF transceiver, a field-programmable gate array (FPGA),
a microcontroller driving a USB 3.0 interface, and a suite of host
libraries and drivers to facilitate interaction with the device.
.
This package contains the header files required for compiling bladeRF
applications.
Package: bladerf
Architecture: any
Multi-Arch: foreign
Depends: libbladerf1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Provides: bladerf-host
Conflicts: bladerf-host
Replaces: bladerf-host
Description: nuand bladeRF software-defined radio device (tools)
The nuand bladeRF is an open-source software-defined radio (SDR) system,
comprised of an RF transceiver, a field-programmable gate array (FPGA),
a microcontroller driving a USB 3.0 interface, and a suite of host
libraries and drivers to facilitate interaction with the device.
.
This package provides command-line tools for controlling the bladeRF.
Package: bladerf-fpga-hostedx40
Section: contrib/comm
Architecture: any
Depends: ca-certificates, libbladerf1, wget, ${misc:Depends}, ${shlibs:Depends}
Recommends: bladerf
Suggests: bladerf-firmware
Provides: bladerf-fpga
Description: nuand bladeRF FPGA bitstream downloader (hostedx40)
This empty package will, at the time of installation, download an appropriate
FPGA bitstream for using the nuand bladeRF in a hosted (USB-controlled)
configuration. The FPGA bitstream will be downloaded from
http://nuand.com/fpga/ and saved to /usr/share/Nuand/bladeRF.
.
This bitstream is for the bladeRF x40 with the Altera Cyclone IV
EP4CE40 FPGA.
.
Note that this will not upgrade the bladeRF itself. That can be done
with the bladeRF-cli utility.
Package: bladerf-fpga-hostedx115
Section: contrib/comm
Architecture: any
Depends: ca-certificates, libbladerf1, wget, ${misc:Depends}, ${shlibs:Depends}
Recommends: bladerf
Suggests: bladerf-firmware
Provides: bladerf-fpga
Description: nuand bladeRF FPGA bitstream downloader (hostedx115)
This empty package will, at the time of installation, download an appropriate
FPGA bitstream for using the nuand bladeRF in a hosted (USB-controlled)
configuration. The FPGA bitstream will be downloaded from
http://nuand.com/fpga/ and saved to /usr/share/Nuand/bladeRF.
.
This bitstream is for the bladeRF x115 with the Altera Cyclone IV
EP4CE115 FPGA.
.
Note that this will not upgrade the bladeRF itself. That can be done
with the bladeRF-cli utility.
Package: bladerf-firmware-fx3
Section: contrib/comm
Architecture: any
Depends: ca-certificates, libbladerf1, wget, ${misc:Depends}, ${shlibs:Depends}
Recommends: bladerf
Suggests: bladerf-fpga
Provides: bladerf-firmware
Description: nuand bladeRF firmware downloader (FX3)
This empty package will, at the time of installation, download an appropriate
firmware image for using the nuand bladeRF with a Cypress FX3 USB
controller. The image will be downloaded from http://nuand.com/fx3/
and saved to /usr/share/Nuand/bladeRF.
.
This bitstream will work for either the nuand bladeRF x40 or the x115.
.
Note that this will not upgrade the bladeRF itself. That can be done
with the bladeRF-cli utility.
|