aboutsummaryrefslogtreecommitdiff
path: root/extra/pixman
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pixman')
-rwxr-xr-xextra/pixman/build8
-rw-r--r--extra/pixman/checksums2
-rw-r--r--extra/pixman/meta3
-rw-r--r--extra/pixman/sources1
-rw-r--r--extra/pixman/version1
5 files changed, 15 insertions, 0 deletions
diff --git a/extra/pixman/build b/extra/pixman/build
new file mode 100755
index 00000000..cb0b1bff
--- /dev/null
+++ b/extra/pixman/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --disable-gtk
+
+make
+make DESTDIR="$1" install
diff --git a/extra/pixman/checksums b/extra/pixman/checksums
new file mode 100644
index 00000000..054a1c9d
--- /dev/null
+++ b/extra/pixman/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+61a60ff8556e7ad5f4ea6dddc7659a99ce428a24fc4f65118cb043b0158b2444 pixman-0.42.2.tar.xz
diff --git a/extra/pixman/meta b/extra/pixman/meta
new file mode 100644
index 00000000..c6b1d5f3
--- /dev/null
+++ b/extra/pixman/meta
@@ -0,0 +1,3 @@
+description: Low-level pixel manipulation library
+license: MIT
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/pixman/sources b/extra/pixman/sources
new file mode 100644
index 00000000..19850212
--- /dev/null
+++ b/extra/pixman/sources
@@ -0,0 +1 @@
+https://www.x.org/releases/individual/lib/pixman-0.42.2.tar.xz
diff --git a/extra/pixman/version b/extra/pixman/version
new file mode 100644
index 00000000..44bf52c5
--- /dev/null
+++ b/extra/pixman/version
@@ -0,0 +1 @@
+0.42.2 1