diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:26 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:26 +0100 |
commit | 452cc8b602c96bdd56ec16a0833067a7a04e404e (patch) | |
tree | 7affa9281d1dc79ecc0b1e85353d2b088e3998b9 /extra/libXau | |
parent | abaea72b4a295d4845cf8f227cd82808733fcc5e (diff) | |
download | repository-452cc8b602c96bdd56ec16a0833067a7a04e404e.tar.gz |
libXau: move to extra
Diffstat (limited to 'extra/libXau')
-rwxr-xr-x | extra/libXau/build | 7 | ||||
-rw-r--r-- | extra/libXau/checksums | 2 | ||||
-rw-r--r-- | extra/libXau/depends | 1 | ||||
-rw-r--r-- | extra/libXau/meta | 3 | ||||
-rw-r--r-- | extra/libXau/sources | 1 | ||||
-rw-r--r-- | extra/libXau/version | 1 |
6 files changed, 15 insertions, 0 deletions
diff --git a/extra/libXau/build b/extra/libXau/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libXau/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/libXau/checksums b/extra/libXau/checksums new file mode 100644 index 00000000..61babd28 --- /dev/null +++ b/extra/libXau/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +d6d4a87ec6148e9cbcc395e3d0969a7e5c68840d2993d1ea7c49b663777e22ff libXau-1.0.11.tar.xz diff --git a/extra/libXau/depends b/extra/libXau/depends new file mode 100644 index 00000000..32e0e265 --- /dev/null +++ b/extra/libXau/depends @@ -0,0 +1 @@ +xorgproto make diff --git a/extra/libXau/meta b/extra/libXau/meta new file mode 100644 index 00000000..9d257cb5 --- /dev/null +++ b/extra/libXau/meta @@ -0,0 +1,3 @@ +description: Authorization Protocol for X +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/libXau/sources b/extra/libXau/sources new file mode 100644 index 00000000..2120161e --- /dev/null +++ b/extra/libXau/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libXau-1.0.11.tar.xz diff --git a/extra/libXau/version b/extra/libXau/version new file mode 100644 index 00000000..baf9f53d --- /dev/null +++ b/extra/libXau/version @@ -0,0 +1 @@ +1.0.11 1 |