[Lunar-commits] <moonbase> xcb-util-renderutil: new module
Christian Krause
wookietreiber at lunar-linux.org
Wed Jun 8 01:01:24 CEST 2011
commit c2b0a1df4cbb9d3481985b1575e3a73f387b5a95
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Wed Jun 8 01:01:24 2011 +0200
xcb-util-renderutil: new module
---
zbeta/xcb-util-renderutil/BUILD | 9 +++++++++
zbeta/xcb-util-renderutil/DEPENDS | 1 +
zbeta/xcb-util-renderutil/DETAILS | 15 +++++++++++++++
3 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/zbeta/xcb-util-renderutil/BUILD b/zbeta/xcb-util-renderutil/BUILD
new file mode 100644
index 0000000..9f95934
--- /dev/null
+++ b/zbeta/xcb-util-renderutil/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-renderutil/DEPENDS b/zbeta/xcb-util-renderutil/DEPENDS
new file mode 100644
index 0000000..b63ec7b
--- /dev/null
+++ b/zbeta/xcb-util-renderutil/DEPENDS
@@ -0,0 +1 @@
+depends xcb-util
diff --git a/zbeta/xcb-util-renderutil/DETAILS b/zbeta/xcb-util-renderutil/DETAILS
new file mode 100644
index 0000000..b77d00b
--- /dev/null
+++ b/zbeta/xcb-util-renderutil/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=xcb-util-renderutil
+ VERSION=0.3.8
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://xcb.freedesktop.org/dist
+ SOURCE_VFY=sha1:ce6b6acb015fa47c716adfd83b2f36c874401277
+ MODULE_PREFIX=${X11R7_PREFIX:-/usr}
+ WEB_SITE=http://xcb.freedesktop.org/
+ ENTERED=20110608
+ UPDATED=20110608
+ SHORT="renderutil 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