ham/rtl-sdr: Updated for version 20170611.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
b4e72fd7f6
commit
d55a930905
|
@ -1,14 +1,14 @@
|
|||
Turns your Realtek RTL2832 based DVB dongle into a SDR receiver
|
||||
DVB-T dongles based on the Realtek RTL2832U can be used as a
|
||||
cheap SDR, since the chip allows transferring the raw I/Q
|
||||
samples to the host, which is officially used for DAB/DAB+/FM
|
||||
DVB-T dongles based on the Realtek RTL2832U can be used as a
|
||||
cheap SDR, since the chip allows transferring the raw I/Q
|
||||
samples to the host, which is officially used for DAB/DAB+/FM
|
||||
demodulation.
|
||||
|
||||
Below are some paramaters that can be passed to the slackbuild
|
||||
Below are some paramaters that can be passed to the slackbuild
|
||||
to turn on some optional components.
|
||||
|
||||
RULES=yes|no (Default is no) In order to be able to use the
|
||||
dongle as a non-root user, you may install the appropriate
|
||||
RULES=yes|no (Default is no) In order to be able to use the
|
||||
dongle as a non-root user, you may install the appropriate
|
||||
udev rules
|
||||
|
||||
DETACHING=yes|no (Default is no) kernel driver detaching
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=rtl-sdr
|
||||
VERSION=${VERSION:-2016.11.27}
|
||||
VERSION=${VERSION:-20170611}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rtl-sdr"
|
||||
VERSION="2016.11.27"
|
||||
VERSION="20170611"
|
||||
HOMEPAGE="http://sdr.osmocom.org/trac/wiki/rtl-sdr"
|
||||
DOWNLOAD="https://master.dl.sourceforge.net/project/slackbuildsdirectlinks/rtl-sdr/rtl-sdr-2016.11.27.tar.gz"
|
||||
MD5SUM="c485bb47c3069e4168a1e9d500ab2e44"
|
||||
DOWNLOAD="https://ayera.dl.sourceforge.net/project/slackbuildsdirectlinks/rtl-sdr/rtl-sdr-20170611.tar.gz"
|
||||
MD5SUM="4f1f1c385d9168f78c3cd494ac9b5bab"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue