summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/speex/package.py
blob: ae9cfd02c90f1b0f261f7a86d23ea262e7b95c6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2019 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 Speex(AutotoolsPackage):
    """Speex is an Open Source/Free Software patent-free
    audio compression format designed for speech."""

    homepage = "https://speex.org"
    url      = "http://downloads.us.xiph.org/releases/speex/speex-1.2.0.tar.gz"

    version('1.2.0', sha256='eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094')