summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/speex/package.py
blob: 51816e337a01e59ca871f056e517a9bff83393f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2018 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', '8ab7bb2589110dfaf0ed7fa7757dc49c')