|
root / base / motif / package.toml
package.toml TOML 25 lines 779 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# motif (OpenMotif) - X11 widget toolkit, backs the XNEdit editor
# https://sourceforge.net/projects/motif/

[package]
name = "motif"
version = "2.3.8"
release = 1
description = "OpenMotif X11 widget toolkit"
url = "https://sourceforge.net/projects/motif/"
license = "LGPL-2.1-or-later"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["libX11", "libXext", "libXt", "libXft", "libXpm", "freetype"]
build = ["libX11", "libXext", "libXt", "libXft", "libXpm", "freetype", "xbitmaps"]

[[source]]
file = "motif-2.3.8.tar.gz"
urls = ["https://downloads.sourceforge.net/project/motif/Motif%202.3.8%20Source%20Code/motif-2.3.8.tar.gz"]
checksum = "859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7"

[build]
parallel = true