File stdcdec.spec of Package stdcdec
#
# spec file for package stdcdec
#
# Copyright (c) 2021, 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 https://bugs.opensuse.org/
#
Name: stdcdec
Version: 0~git20220730.4b4ef4a
Release: 0
Summary: Inmarsat-C cli decoder
License: GPL-3.0-or-later
URL: https://github.com/cropinghigh/stdcdec
#Git-Clone: https://github.com/cropinghigh/stdcdec.git
Source: %{name}-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: inmarsatc-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(audiofile)
%description
Open-source inmarsat-C cli decoder, based on inmarsatc library.
%prep
%setup -q
%build
%cmake
%cmake_build
%install
%cmake_install
%files
%license LICENSE
%doc README.md
%{_bindir}/stdc_decoder
%{_bindir}/stdc_demod
%{_bindir}/stdc_parser
%changelog