File natpos.spec of Package natpos
#
# spec file for package natpos
#
# Copyright (c) 2017-2020, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: natpos
Version: 43a
Release: 0
Summary: Software defined radio receiver
License: Antiviral
Group: Productivity/Hamradio/Other
URL: https://www.ecstaticlyrics.com/radio/sdr/natpos/
Source: http://www.ecstaticlyrics.com/radio/sdr/natpos/download/%{name}-%{version}.tgz
BuildRequires: pkgconfig
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glfw3)
Requires: rtl-sdr
%description
A Linux based SDR program similar in operation and features to other programs
like GQRX, HDSDR and SDR#. At the moment Natpos only works with RTL-SDR
receivers as it runs via the rtl_tcp interface.
The software demodulates the standard AM/FM/SSB signals and has a frequency
scanner that automatically tunes to the strongest signal
%prep
%setup -q
%build
./compile
%install
install -Dpm 0755 natpos %{buildroot}/%{_bindir}/natpos
%files
%license LICENSE.txt
%doc INSTRUCTIONS.txt
%{_bindir}/natpos
%changelog