diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:30:59 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:30:59 +0100 |
commit | 0d6820a195d8b4cde26843e3c5abe53c277f17b8 (patch) | |
tree | 071f8cb22605106e8eb95e3a82a1ef45aefc0723 /extra/libICE | |
parent | 7d4bcb0d9f05e0b36137b05b1992a7eed971c0a5 (diff) | |
download | repository-0d6820a195d8b4cde26843e3c5abe53c277f17b8.tar.gz |
libICE: move to extra
Diffstat (limited to 'extra/libICE')
-rwxr-xr-x | extra/libICE/build | 7 | ||||
-rw-r--r-- | extra/libICE/checksums | 2 | ||||
-rw-r--r-- | extra/libICE/depends | 2 | ||||
-rw-r--r-- | extra/libICE/meta | 3 | ||||
-rw-r--r-- | extra/libICE/sources | 1 | ||||
-rw-r--r-- | extra/libICE/version | 1 |
6 files changed, 16 insertions, 0 deletions
diff --git a/extra/libICE/build b/extra/libICE/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libICE/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/libICE/checksums b/extra/libICE/checksums new file mode 100644 index 00000000..c74cdc45 --- /dev/null +++ b/extra/libICE/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +7b4ac3d3e4b41cce7c6a0e5b2b6f338b0172d2458563cf2b8e8e7a207657ffa7 libICE-1.1.1.tar.xz diff --git a/extra/libICE/depends b/extra/libICE/depends new file mode 100644 index 00000000..ebbf4b36 --- /dev/null +++ b/extra/libICE/depends @@ -0,0 +1,2 @@ +xorgproto make +xtrans make diff --git a/extra/libICE/meta b/extra/libICE/meta new file mode 100644 index 00000000..2cf033ad --- /dev/null +++ b/extra/libICE/meta @@ -0,0 +1,3 @@ +description: Intel Client Exchange library for X +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/libICE/sources b/extra/libICE/sources new file mode 100644 index 00000000..858883b9 --- /dev/null +++ b/extra/libICE/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libICE-1.1.1.tar.xz diff --git a/extra/libICE/version b/extra/libICE/version new file mode 100644 index 00000000..e343e3f8 --- /dev/null +++ b/extra/libICE/version @@ -0,0 +1 @@ +1.1.1 1 |