aboutsummaryrefslogtreecommitdiff
path: root/xorg/xcb-util-image
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
committerCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
commit03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch)
tree81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /xorg/xcb-util-image
downloadrepository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz
secondary commit
Diffstat (limited to 'xorg/xcb-util-image')
-rwxr-xr-xxorg/xcb-util-image/build8
-rw-r--r--xorg/xcb-util-image/checksums1
-rw-r--r--xorg/xcb-util-image/depends3
-rw-r--r--xorg/xcb-util-image/sources1
-rw-r--r--xorg/xcb-util-image/version1
5 files changed, 14 insertions, 0 deletions
diff --git a/xorg/xcb-util-image/build b/xorg/xcb-util-image/build
new file mode 100755
index 00000000..7ca84fcf
--- /dev/null
+++ b/xorg/xcb-util-image/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --disable-static
+
+make
+make DESTDIR="$1" install
diff --git a/xorg/xcb-util-image/checksums b/xorg/xcb-util-image/checksums
new file mode 100644
index 00000000..8b74cbc7
--- /dev/null
+++ b/xorg/xcb-util-image/checksums
@@ -0,0 +1 @@
+cb2c86190cf6216260b7357a57d9100811bb6f78c24576a3a5bfef6ad3740a42 xcb-util-image-0.4.0.tar.gz
diff --git a/xorg/xcb-util-image/depends b/xorg/xcb-util-image/depends
new file mode 100644
index 00000000..a1267485
--- /dev/null
+++ b/xorg/xcb-util-image/depends
@@ -0,0 +1,3 @@
+libXau
+libxcb
+xcb-util
diff --git a/xorg/xcb-util-image/sources b/xorg/xcb-util-image/sources
new file mode 100644
index 00000000..f8a5eeab
--- /dev/null
+++ b/xorg/xcb-util-image/sources
@@ -0,0 +1 @@
+https://xcb.freedesktop.org/dist/xcb-util-image-0.4.0.tar.gz
diff --git a/xorg/xcb-util-image/version b/xorg/xcb-util-image/version
new file mode 100644
index 00000000..6f3c0f7f
--- /dev/null
+++ b/xorg/xcb-util-image/version
@@ -0,0 +1 @@
+0.4.0 1