summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libraw1394/package.py
blob: 89a9262f34a377aa84d156fd9464ddf4ad785509 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2024 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.package import *


class Libraw1394(AutotoolsPackage):
    """libbraw1394 provides direct access to the IEEE 1394 bus through the
    Linux 1394 subsystem's raw1394 user space interface."""

    homepage = "https://sourceforge.net/projects/libraw1394/"
    url = "https://sourceforge.net/projects/libraw1394/files/libraw1394/1.2.0/libraw1394-1.2.0.tar.gz"

    license("LGPL-2.1-or-later")

    version("1.2.0", sha256="1fdcfa4c5a0938705b925d06f17da9be6ec3f8f065040bb7f33082ef3fc63fad")