summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/lndir/package.py
blob: 35a2517af0faab5cb5e835c05a5274d1e577ce30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 Lndir(AutotoolsPackage):
    """lndir - create a shadow directory of symbolic links to another
    directory tree."""

    homepage = "http://cgit.freedesktop.org/xorg/util/lndir"
    url      = "https://www.x.org/archive/individual/util/lndir-1.0.3.tar.gz"

    version('1.0.3', '7173b2e4832658d319c2980a7c834205')

    depends_on('xproto@7.0.17:', type='build')
    depends_on('pkgconfig', type='build')