ftjam: add new package (#29320)
This commit is contained in:
parent
558e99ecca
commit
b0a712097a
1 changed files with 18 additions and 0 deletions
18
var/spack/repos/builtin/packages/ftjam/package.py
Normal file
18
var/spack/repos/builtin/packages/ftjam/package.py
Normal file
|
@ -0,0 +1,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 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')
|
Loading…
Reference in a new issue