commit f2e34fa30f37efa4e81fe1d2f55619a584214f43
Author: Arkadiusz Miƛkiewicz <[email protected]>
Date:   Sat Mar 1 14:39:12 2014 +0100

    - initial

 dsd.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
---
diff --git a/dsd.spec b/dsd.spec
new file mode 100644
index 0000000..feb0cde
--- /dev/null
+++ b/dsd.spec
@@ -0,0 +1,46 @@
+Summary:       Digital Speech Decoder
+Name:          dsd
+Version:       1.6.0
+Release:       1
+License:       BSD
+Group:         Applications/Engineering
+Source0:       https://github.com/szechyjs/dsd/archive/v%{version}.tar.gz
+# Source0-md5: e1c8faf8b0156215ffefee6a614e07a3
+URL:           https://github.com/szechyjs/dsd
+BuildRequires: mbelib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DSD is able to decode several digital voice formats from discriminator
+tap audio and synthesize the decoded speech.
+
+Supported formats:
+- P25 Phase 1
+- ProVoice
+- X2-TDMA
+- DMR/MOTOTRBO
+- NXDN
+- D-STAR
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags} %{rpmcppflags} %{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install dsd $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README
+%attr(755,root,root) %{_bindir}/dsd
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dsd.git/commitdiff/f2e34fa30f37efa4e81fe1d2f55619a584214f43

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to