summaryrefslogtreecommitdiff
path: root/repo/xcb-util-image
diff options
context:
space:
mode:
Diffstat (limited to 'repo/xcb-util-image')
-rw-r--r--repo/xcb-util-image/xcb-util-image.xibuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/repo/xcb-util-image/xcb-util-image.xibuild b/repo/xcb-util-image/xcb-util-image.xibuild
new file mode 100644
index 0000000..e11280a
--- /dev/null
+++ b/repo/xcb-util-image/xcb-util-image.xibuild
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+MAKEDEPS="make"
+DEPS="xcb-util"
+
+PKG_VER=0.4.0
+SOURCE=https://xcb.freedesktop.org/dist/xcb-util-image-$PKG_VER.tar.bz2
+
+DESC="Utility libraries for XC Binding, with ports of Xlib's XImage"
+
+build () {
+ ./configure $XORG_CONFIG &&
+ make
+}
+
+package () {
+ make DESTDIR=$PKG_DEST install
+}