1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 151954 2016-08-25 13:23:43Z mf2k@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | PortGroup cmake 1.0 |
---|
7 | |
---|
8 | github.setup pothosware SoapyRTLSDR 0.2.2 soapy-rtlsdr- |
---|
9 | platforms darwin macosx |
---|
10 | categories science |
---|
11 | license Boost-1 |
---|
12 | maintainers gmail.com:gedgy63 openmaintainer |
---|
13 | |
---|
14 | description Soapy SDR plugin for RTL-SDR |
---|
15 | long_description The Soapy RTL-SDR project provides a plugin module to use the RTL-SDR dongle within the SoapySDR API and software that supports SoapySDR. |
---|
16 | |
---|
17 | depends_lib port:rtl-sdr \ |
---|
18 | port:SoapySDR |
---|
19 | |
---|
20 | homepage https://github.com/pothosware/SoapyRTLSDR/wiki |
---|
21 | |
---|
22 | checksums rmd160 219cbcd26d420abac9a3db63368efbb39d68853a \ |
---|
23 | sha256 44af9e597b13b922a520bb94ae85ddd1a6d512aa630e32e8e210580e1f692103 |
---|
24 | |
---|