[Lunar-commits] <moonbase> xcb-util-image: new module
Christian Krause
wookietreiber at lunar-linux.org
Wed Jun 8 00:53:25 CEST 2011
commit 5a28d4bbd3fdd9aa0e446e0aee7cc9b29d3cc1d1
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Wed Jun 8 00:53:25 2011 +0200
xcb-util-image: new module
---
zbeta/xcb-util-image/BUILD | 9 +++++++++
zbeta/xcb-util-image/DEPENDS | 1 +
zbeta/xcb-util-image/DETAILS | 15 +++++++++++++++
3 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/zbeta/xcb-util-image/BUILD b/zbeta/xcb-util-image/BUILD
new file mode 100644
index 0000000..9f95934
--- /dev/null
+++ b/zbeta/xcb-util-image/BUILD
@@ -0,0 +1,9 @@
+(
+
+ . /etc/profile.d/x11r7.rc &&
+
+ OPTS+=" --disable-static" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/xcb-util-image/DEPENDS b/zbeta/xcb-util-image/DEPENDS
new file mode 100644
index 0000000..b63ec7b
--- /dev/null
+++ b/zbeta/xcb-util-image/DEPENDS
@@ -0,0 +1 @@
+depends xcb-util
diff --git a/zbeta/xcb-util-image/DETAILS b/zbeta/xcb-util-image/DETAILS
new file mode 100644
index 0000000..8d9dff8
--- /dev/null
+++ b/zbeta/xcb-util-image/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=xcb-util-image
+ VERSION=0.3.8
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://xcb.freedesktop.org/dist
+ SOURCE_VFY=sha1:9f5e07f93bc73fddd18e6e9d6e530b05a3549e71
+ MODULE_PREFIX=${X11R7_PREFIX:-/usr}
+ WEB_SITE=http://xcb.freedesktop.org/
+ ENTERED=20090504
+ UPDATED=20110507
+ SHORT="image extensions for libxcb"
+
+cat << EOF
+These experimental libraries provide convenience functions and
+interfaces which make the raw X protocol more usable
+EOF
More information about the Lunar-commits
mailing list