]> git.pld-linux.org Git - packages/dsd.git/blame - dsd.spec
- initial
[packages/dsd.git] / dsd.spec
CommitLineData
f2e34fa3
AM
1Summary: Digital Speech Decoder
2Name: dsd
3Version: 1.6.0
4Release: 1
5License: BSD
6Group: Applications/Engineering
7Source0: https://github.com/szechyjs/dsd/archive/v%{version}.tar.gz
8# Source0-md5: e1c8faf8b0156215ffefee6a614e07a3
9URL: https://github.com/szechyjs/dsd
10BuildRequires: mbelib-devel
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14DSD is able to decode several digital voice formats from discriminator
15tap audio and synthesize the decoded speech.
16
17Supported formats:
18- P25 Phase 1
19- ProVoice
20- X2-TDMA
21- DMR/MOTOTRBO
22- NXDN
23- D-STAR
24
25%prep
26%setup -q
27
28%build
29%{__make} \
30 CC="%{__cc}" \
31 CFLAGS="%{rpmcflags} %{rpmcppflags} %{rpmldflags}"
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36install -d $RPM_BUILD_ROOT%{_bindir}
37
38install dsd $RPM_BUILD_ROOT%{_bindir}
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%doc CHANGELOG README
46%attr(755,root,root) %{_bindir}/dsd
This page took 0.066449 seconds and 4 git commands to generate.