aboutsummaryrefslogtreecommitdiff
path: root/extra/libxcvt
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libxcvt')
-rwxr-xr-xextra/libxcvt/build14
-rw-r--r--extra/libxcvt/checksums2
-rw-r--r--extra/libxcvt/depends1
-rw-r--r--extra/libxcvt/meta3
-rw-r--r--extra/libxcvt/sources1
-rw-r--r--extra/libxcvt/version1
6 files changed, 22 insertions, 0 deletions
diff --git a/extra/libxcvt/build b/extra/libxcvt/build
new file mode 100755
index 00000000..1e5e690f
--- /dev/null
+++ b/extra/libxcvt/build
@@ -0,0 +1,14 @@
+#!/bin/sh -e
+
+# Very small library only needed by X server. We don't need shared libraries
+# for this package.
+
+clsed 's/shared_library/static_library/;/version/d' lib/meson.build
+
+export DESTDIR="$1"
+
+cl-meson \
+ . output
+
+ninja -C output
+ninja -C output install
diff --git a/extra/libxcvt/checksums b/extra/libxcvt/checksums
new file mode 100644
index 00000000..0a839807
--- /dev/null
+++ b/extra/libxcvt/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+ccbe63a8b68a581aea632da0e867b605d890847eb91b468c930ba7ded7bb7a95 libxcvt-0.1.2.tar.xz
diff --git a/extra/libxcvt/depends b/extra/libxcvt/depends
new file mode 100644
index 00000000..36f6fe6c
--- /dev/null
+++ b/extra/libxcvt/depends
@@ -0,0 +1 @@
+meson make
diff --git a/extra/libxcvt/meta b/extra/libxcvt/meta
new file mode 100644
index 00000000..f881adac
--- /dev/null
+++ b/extra/libxcvt/meta
@@ -0,0 +1,3 @@
+description: VESA CVT standard timing modelines generator
+license: MIT
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/libxcvt/sources b/extra/libxcvt/sources
new file mode 100644
index 00000000..7f5ddb51
--- /dev/null
+++ b/extra/libxcvt/sources
@@ -0,0 +1 @@
+https://www.x.org/releases/individual/lib/libxcvt-0.1.2.tar.xz
diff --git a/extra/libxcvt/version b/extra/libxcvt/version
new file mode 100644
index 00000000..934b25da
--- /dev/null
+++ b/extra/libxcvt/version
@@ -0,0 +1 @@
+0.1.2 1