summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/imake/package.py
blob: 4d4e55b90ab301f1cbe9bcb79bdf856f3139ee27 (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', '186ca7b8ff0de8752f2a2d0426542363')

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