diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:27 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:27 +0100 |
commit | 8e48549f09d3f585118b984a1065a8d803f0303d (patch) | |
tree | 6cf6219f55bf783f725230a6465150a7c40669bd /extra/xorgproto | |
parent | b70d8ce3b4948d0c445c9095ff8486e9abcb7ac4 (diff) | |
download | repository-8e48549f09d3f585118b984a1065a8d803f0303d.tar.gz |
xorgproto: move to extra
Diffstat (limited to 'extra/xorgproto')
-rwxr-xr-x | extra/xorgproto/build | 8 | ||||
-rw-r--r-- | extra/xorgproto/checksums | 2 | ||||
-rw-r--r-- | extra/xorgproto/meta | 3 | ||||
-rw-r--r-- | extra/xorgproto/sources | 1 | ||||
-rw-r--r-- | extra/xorgproto/version | 1 |
5 files changed, 15 insertions, 0 deletions
diff --git a/extra/xorgproto/build b/extra/xorgproto/build new file mode 100755 index 00000000..20f084fe --- /dev/null +++ b/extra/xorgproto/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-legacy + +make +make DESTDIR="$1" install diff --git a/extra/xorgproto/checksums b/extra/xorgproto/checksums new file mode 100644 index 00000000..94236635 --- /dev/null +++ b/extra/xorgproto/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +4fe3d7fdc4dfdc192dee3102f8eceeeb1df96bdb2cc9b17d344e0879f897418a xorgproto-2022.2.tar.gz diff --git a/extra/xorgproto/meta b/extra/xorgproto/meta new file mode 100644 index 00000000..3e267a2d --- /dev/null +++ b/extra/xorgproto/meta @@ -0,0 +1,3 @@ +description: X11 Protocol headers +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/xorgproto/sources b/extra/xorgproto/sources new file mode 100644 index 00000000..407b8f78 --- /dev/null +++ b/extra/xorgproto/sources @@ -0,0 +1 @@ +https://xorg.freedesktop.org/archive/individual/proto/xorgproto-2022.2.tar.gz diff --git a/extra/xorgproto/version b/extra/xorgproto/version new file mode 100644 index 00000000..01ad9bad --- /dev/null +++ b/extra/xorgproto/version @@ -0,0 +1 @@ +2022.2 1 |