spack/var/spack/repos/builtin/packages/motif/package.py

27 lines
764 B
Python

# 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 Motif(AutotoolsPackage):
""""
Motif - Graphical user interface (GUI)
specification and the widget toolkit
"""
homepage = "http://motif.ics.com/"
url = "http://cfhcable.dl.sourceforge.net/project/motif/Motif 2.3.8 Source Code/motif-2.3.8.tar.gz"
version('2.3.8', '7572140bb52ba21ec2f0c85b2605e2b1')
depends_on("flex")
depends_on("libx11")
depends_on("libxt")
depends_on("libxext")
depends_on("libxft")
depends_on("libxcomposite")
depends_on("libxfixes")
depends_on("xbitmaps")