summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/ftjam/package.py
blob: 44d2a5da8ceb8e65e47ac5c0c62a7c5a06f581f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2022 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 Ftjam(AutotoolsPackage):
    """Jam is a small open-source build tool that
       can be used as a replacement for Make."""

    homepage = "https://freetype.org/jam/"
    url      = "https://sourceforge.net/projects/freetype/files/ftjam/2.5.2/ftjam-2.5.2.tar.gz"

    version('2.5.2', sha256='a5d456f65477d77936e1726f5f803a2e6def18a6c6fccf5ea8528926c136abc8')

    depends_on('bison')