]> git.pld-linux.org Git - packages/dsd.git/blob - dsd.spec
- initial
[packages/dsd.git] / dsd.spec
1 Summary:        Digital Speech Decoder
2 Name:           dsd
3 Version:        1.6.0
4 Release:        1
5 License:        BSD
6 Group:          Applications/Engineering
7 Source0:        https://github.com/szechyjs/dsd/archive/v%{version}.tar.gz
8 # Source0-md5:  e1c8faf8b0156215ffefee6a614e07a3
9 URL:            https://github.com/szechyjs/dsd
10 BuildRequires:  mbelib-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 DSD is able to decode several digital voice formats from discriminator
15 tap audio and synthesize the decoded speech.
16
17 Supported 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
34 rm -rf $RPM_BUILD_ROOT
35
36 install -d $RPM_BUILD_ROOT%{_bindir}
37
38 install dsd $RPM_BUILD_ROOT%{_bindir}
39
40 %clean
41 rm -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.068276 seconds and 3 git commands to generate.