summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authordarmac <xiaojun2@hisilicon.com>2020-04-21 05:07:44 +0800
committerGitHub <noreply@github.com>2020-04-20 16:07:44 -0500
commiteb0d82a7e496d47bedc353e9c8227aeb46540d58 (patch)
tree5abca7b8fad404ab757de09744387e84d72bd447 /var
parent126491288a532da08fb3923eae2635a84736798d (diff)
downloadspack-eb0d82a7e496d47bedc353e9c8227aeb46540d58.tar.gz
spack-eb0d82a7e496d47bedc353e9c8227aeb46540d58.tar.bz2
spack-eb0d82a7e496d47bedc353e9c8227aeb46540d58.tar.xz
spack-eb0d82a7e496d47bedc353e9c8227aeb46540d58.zip
Add new package: codec2 (#16142)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/codec2/package.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/codec2/package.py b/var/spack/repos/builtin/packages/codec2/package.py
new file mode 100644
index 0000000000..55a526c854
--- /dev/null
+++ b/var/spack/repos/builtin/packages/codec2/package.py
@@ -0,0 +1,17 @@
+# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class Codec2(CMakePackage):
+ """Open source speech codec designed for communications quality speech
+ between 450 and 3200 bit/s. The main application is low bandwidth
+ HF/VHF digital radio."""
+
+ homepage = "http://www.rowetel.com/codec2.html"
+ url = "https://github.com/drowe67/codec2/archive/v0.9.2.tar.gz"
+
+ version('0.9.2', sha256='19181a446f4df3e6d616b50cabdac4485abb9cd3242cf312a0785f892ed4c76c')