summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/chrpath/package.py
blob: 11878e5635cff588f17bb9f6d40d0721062a38d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2023 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 Chrpath(AutotoolsPackage):
    """chrpath: Modifies the dynamic library load path (rpath and runpath)
    of compiled programs and libraries."""

    homepage = "https://directory.fsf.org/wiki/Chrpath"
    url = "https://cfhcable.dl.sourceforge.net/project/pisilinux/source/chrpath-0.16.tar.gz"

    license("GPL-2.0-or-later")

    version("0.16", sha256="bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b")