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 | 3a3efdbde1f75e8e33ab101e18b93709eecbb378 (patch) | |
tree | 316fb249da535a068162b634c0b3f86411813568 /extra/libXt | |
parent | 90ff1580f9601691f4bd4d89ecf56ae4195e97cd (diff) | |
download | repository-3a3efdbde1f75e8e33ab101e18b93709eecbb378.tar.gz |
libXt: move to extra
Diffstat (limited to 'extra/libXt')
-rwxr-xr-x | extra/libXt/build | 8 | ||||
-rw-r--r-- | extra/libXt/checksums | 1 | ||||
-rw-r--r-- | extra/libXt/depends | 3 | ||||
-rw-r--r-- | extra/libXt/meta | 3 | ||||
-rw-r--r-- | extra/libXt/sources | 1 | ||||
-rw-r--r-- | extra/libXt/version | 1 |
6 files changed, 17 insertions, 0 deletions
diff --git a/extra/libXt/build b/extra/libXt/build new file mode 100755 index 00000000..105ed0c2 --- /dev/null +++ b/extra/libXt/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-malloc0returnsnull + +make +make DESTDIR="$1" install diff --git a/extra/libXt/checksums b/extra/libXt/checksums new file mode 100644 index 00000000..179c17d2 --- /dev/null +++ b/extra/libXt/checksums @@ -0,0 +1 @@ +679cc08f1646dbd27f5e48ffe8dd49406102937109130caab02ca32c083a3d60 libXt-1.2.1.tar.bz2 diff --git a/extra/libXt/depends b/extra/libXt/depends new file mode 100644 index 00000000..f33f2ce9 --- /dev/null +++ b/extra/libXt/depends @@ -0,0 +1,3 @@ +libSM +libX11 +xorgproto make diff --git a/extra/libXt/meta b/extra/libXt/meta new file mode 100644 index 00000000..2b11d35f --- /dev/null +++ b/extra/libXt/meta @@ -0,0 +1,3 @@ +description: X toolkit library +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/libXt/sources b/extra/libXt/sources new file mode 100644 index 00000000..c521187e --- /dev/null +++ b/extra/libXt/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libXt-1.2.1.tar.bz2 diff --git a/extra/libXt/version b/extra/libXt/version new file mode 100644 index 00000000..cd3d02bc --- /dev/null +++ b/extra/libXt/version @@ -0,0 +1 @@ +1.2.1 1 |