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
|
Source: hackrf
Section: libs
Priority: optional
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
libfftw3-dev,
libusb-1.0-0-dev [linux-any],
libusb-dev [hurd-i386],
libusb2-dev [kfreebsd-any],
pkg-config
Build-Depends-Indep: dfu-util,
latexmk,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-yaml,
tex-gyre,
texlive-latex-extra,
gcc-arm-none-eabi,
libnewlib-arm-none-eabi,
libstdc++-arm-none-eabi-newlib
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: http://greatscottgadgets.com/hackrf/
Vcs-Browser: https://salsa.debian.org/bottoms/pkg-hackrf
Vcs-Git: https://salsa.debian.org/bottoms/pkg-hackrf.git
Package: hackrf-doc
Section: doc
Architecture: all
Depends: fonts-font-awesome,
fonts-lato,
fonts-roboto-slab,
libjs-jquery,
libjs-underscore,
sphinx,
${misc:Depends}
Description: Software defined radio peripheral - documentation
HackRF is an open source Software Defined Radio that can receive
and transmit between 30 MHz and 6 GHz. HackRF has a 20 MHz bandwidth.
It is a High Speed USB device powered by the USB bus.
.
This package contains generated documentation.
Package: libhackrf-dev
Section: libdevel
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libhackrf0 (= ${binary:Version}), ${misc:Depends}
Description: Software defined radio peripheral - development
HackRF is an open source Software Defined Radio that can receive
and transmit between 30 MHz and 6 GHz. HackRF has a 20 MHz bandwidth.
It is a High Speed USB device powered by the USB bus.
.
This package contains development files.
Package: libhackrf0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: Software defined radio peripheral - runtime library
HackRF is an open source Software Defined Radio that can receive
and transmit between 30 MHz and 6 GHz. HackRF has a 20 MHz bandwidth.
It is a High Speed USB device powered by the USB bus.
.
This package contains the shared library.
Package: hackrf
Section: comm
Architecture: any
Depends: libhackrf0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: Software defined radio peripheral - utilities
HackRF is an open source Software Defined Radio that can receive
and transmit between 30 MHz and 6 GHz. HackRF has a 20 MHz bandwidth.
It is a High Speed USB device powered by the USB bus.
.
This package contains a set of command line utilities:
* hackrf_clock: HackRF clock configuration utility
* hackrf_cpldjtag: program CLPD
* hackrf_debug: chip register read/write/config tool
* hackrf_info: probe device and show configuration
* hackrf_operacake: control of operacake board via hackrf
* hackrf_spiflash: read and write flash data from file.
* hackrf_sweep: control frequency sweep of hackrf
* hackrf_transfer: file based transmit and receive sdr
Package: hackrf-firmware
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: hackrf
Suggests: dfu-util
Description: Firmware for HackRF devices
The HackRF hardware needs some firmware to run. The firmware is built with
arm-none-eabi-gcc. This package contains a number of firmware images that
may be programmed into the HackRF hardware using the 'hackrf_spiflash -w'
command or dfu-util.
.
The following hardware is supported:
* hackrf_jawbreaker
* hackrf_one
* hackrf_rad1o
.
The firmware images are installed in /usr/share/hackrf/firmware/
|