aboutsummaryrefslogtreecommitdiff
path: root/extra/xorg-util-macros
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-25 14:07:54 +0100
committerCem Keylan <cem@ckyln.com>2023-01-25 14:07:54 +0100
commit8fcd412fe6db69a3daa7a68b42805653c5153763 (patch)
treea1fcac17abc2b8196c43b79611690a5b506bdf11 /extra/xorg-util-macros
parent5d4aef73d55227cbf9268dbfbb903d309f885fb3 (diff)
parent5ee0305949e7a98eb79e4943c0af1f42e871e235 (diff)
downloadrepository-8fcd412fe6db69a3daa7a68b42805653c5153763.tar.gz
Merge branch 'xorg-removal'
Diffstat (limited to 'extra/xorg-util-macros')
-rwxr-xr-xextra/xorg-util-macros/build7
-rw-r--r--extra/xorg-util-macros/checksums1
-rw-r--r--extra/xorg-util-macros/meta3
-rw-r--r--extra/xorg-util-macros/sources1
-rw-r--r--extra/xorg-util-macros/version1
5 files changed, 13 insertions, 0 deletions
diff --git a/extra/xorg-util-macros/build b/extra/xorg-util-macros/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/extra/xorg-util-macros/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install
diff --git a/extra/xorg-util-macros/checksums b/extra/xorg-util-macros/checksums
new file mode 100644
index 00000000..8a4223f6
--- /dev/null
+++ b/extra/xorg-util-macros/checksums
@@ -0,0 +1 @@
+0f812e6e9d2786ba8f54b960ee563c0663ddbe2434bf24ff193f5feab1f31971 util-macros-1.19.3.tar.bz2
diff --git a/extra/xorg-util-macros/meta b/extra/xorg-util-macros/meta
new file mode 100644
index 00000000..67bf6340
--- /dev/null
+++ b/extra/xorg-util-macros/meta
@@ -0,0 +1,3 @@
+description: Autotool macros for Xorg
+license: MIT
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/xorg-util-macros/sources b/extra/xorg-util-macros/sources
new file mode 100644
index 00000000..665a9674
--- /dev/null
+++ b/extra/xorg-util-macros/sources
@@ -0,0 +1 @@
+https://www.x.org/releases/individual/util/util-macros-1.19.3.tar.bz2
diff --git a/extra/xorg-util-macros/version b/extra/xorg-util-macros/version
new file mode 100644
index 00000000..b0cd5b13
--- /dev/null
+++ b/extra/xorg-util-macros/version
@@ -0,0 +1 @@
+1.19.3 1