|
root / base / libXaw / package.toml
package.toml TOML 25 lines 722 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
# libXaw - X Athena Widget library
# https://gitlab.freedesktop.org/xorg/lib/libxaw

[package]
name = "libXaw"
version = "1.0.16"
release = 1
description = "X Athena Widget library"
url = "https://xorg.freedesktop.org/releases/individual/lib/"
license = "MIT"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["libXt", "libXmu", "libXpm", "libX11", "libXext"]
build = ["libXt", "libXmu", "libXpm", "libX11", "libXext", "xorgproto", "util-macros"]

[[source]]
file = "libXaw-1.0.16.tar.xz"
urls = ["https://xorg.freedesktop.org/archive/individual/lib/libXaw-1.0.16.tar.xz"]
checksum = "731d572b54c708f81e197a6afa8016918e2e06dfd3025e066ca642a5b8c39c8f"

[build]
parallel = true