summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/ftjam/package.py
blob: c54a9427e0ebbba3c7daa73eec9095f962975d1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2024 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")