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 | 71dddcc66d6e4ca000d55fa90db7d834395174fb (patch) | |
tree | e5d7f5789b8c48bd8e00817cfc0dd2ac1bc90c7f /extra/libXmu | |
parent | 970043469fb51ec85a2852073716185380f5276c (diff) | |
download | repository-71dddcc66d6e4ca000d55fa90db7d834395174fb.tar.gz |
libXmu: move to extra
Diffstat (limited to 'extra/libXmu')
-rwxr-xr-x | extra/libXmu/build | 8 | ||||
-rw-r--r-- | extra/libXmu/checksums | 2 | ||||
-rw-r--r-- | extra/libXmu/depends | 3 | ||||
-rw-r--r-- | extra/libXmu/meta | 3 | ||||
-rw-r--r-- | extra/libXmu/sources | 1 | ||||
-rw-r--r-- | extra/libXmu/version | 1 |
6 files changed, 18 insertions, 0 deletions
diff --git a/extra/libXmu/build b/extra/libXmu/build new file mode 100755 index 00000000..6b0a232c --- /dev/null +++ b/extra/libXmu/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc + +make +make DESTDIR="$1" install diff --git a/extra/libXmu/checksums b/extra/libXmu/checksums new file mode 100644 index 00000000..3a43531b --- /dev/null +++ b/extra/libXmu/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +0e7ea27e4accb589a81bacff70f74d1e1a1f04d6d85fd795d49dda9708e37e06 libXmu-1.1.4.tar.xz diff --git a/extra/libXmu/depends b/extra/libXmu/depends new file mode 100644 index 00000000..7ca7df15 --- /dev/null +++ b/extra/libXmu/depends @@ -0,0 +1,3 @@ +libXext +libXt +xorg-util-macros make diff --git a/extra/libXmu/meta b/extra/libXmu/meta new file mode 100644 index 00000000..21de9e2f --- /dev/null +++ b/extra/libXmu/meta @@ -0,0 +1,3 @@ +description: X Miscellaneous Utilities library +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/libXmu/sources b/extra/libXmu/sources new file mode 100644 index 00000000..0fa856ef --- /dev/null +++ b/extra/libXmu/sources @@ -0,0 +1 @@ +https://x.org/releases/individual/lib/libXmu-1.1.4.tar.xz diff --git a/extra/libXmu/version b/extra/libXmu/version new file mode 100644 index 00000000..b01ca96f --- /dev/null +++ b/extra/libXmu/version @@ -0,0 +1 @@ +1.1.4 1 |