xbae: new package (#43889)
This commit is contained in:
parent
bf8f32443f
commit
0c6e6ad226
1 changed files with 25 additions and 0 deletions
25
var/spack/repos/builtin/packages/xbae/package.py
Normal file
25
var/spack/repos/builtin/packages/xbae/package.py
Normal file
|
@ -0,0 +1,25 @@
|
|||
# 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 Xbae(AutotoolsPackage):
|
||||
"""The Xbae widget set consists of the well known XbaeMatrix widget,
|
||||
and Caption and XbaeInput widgets."""
|
||||
|
||||
homepage = "https://sourceforge.net/projects/xbae/"
|
||||
url = "https://sourceforge.net/projects/xbae/files/xbae/4.60.4/xbae-4.60.4.tar.gz"
|
||||
|
||||
license("MIT", checked_by="wdconinc") # Old style, Bellcore variant
|
||||
|
||||
version("4.60.4", sha256="eb72702ed0a36d043f2075a9d5a4545556da1b8dab4d67d85fca92f37aeb04a8")
|
||||
|
||||
depends_on("libtool", type="build")
|
||||
depends_on("libxext")
|
||||
depends_on("libxmu")
|
||||
depends_on("libxpm")
|
||||
depends_on("libxt")
|
||||
depends_on("motif")
|
Loading…
Reference in a new issue