summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/imake/package.py
blob: 6f451fa45bc74f1db4a29fd786d090f68036e141 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 Imake(AutotoolsPackage):
    """The imake build system."""

    homepage = "http://www.snake.net/software/imake-stuff/"
    url      = "https://www.x.org/archive/individual/util/imake-1.0.7.tar.gz"

    version('1.0.7', sha256='6bda266a07eb33445d513f1e3c82a61e4822ccb94d420643d58e1be5f881e5cb')

    depends_on('xproto', type='build')
    depends_on('pkgconfig', type='build')