[Lunar-commits] <moonbase> libwayland-git: client/sercer lib of wayland
Christian Krause
wookietreiber at lunar-linux.org
Thu May 19 22:54:01 CEST 2011
commit 9af48615fe364c0b356df2d068995d3c86d12ffd
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Thu May 19 22:54:01 2011 +0200
libwayland-git: client/sercer lib of wayland
---
zbeta/libwayland-git/BUILD | 9 +++++++++
zbeta/libwayland-git/DEPENDS | 3 +++
zbeta/libwayland-git/DETAILS | 16 ++++++++++++++++
3 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/zbeta/libwayland-git/BUILD b/zbeta/libwayland-git/BUILD
new file mode 100644
index 0000000..429c62b
--- /dev/null
+++ b/zbeta/libwayland-git/BUILD
@@ -0,0 +1,9 @@
+(
+
+ OPTS+=" --disable-static" &&
+
+ ./autogen.sh &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/libwayland-git/DEPENDS b/zbeta/libwayland-git/DEPENDS
new file mode 100644
index 0000000..298e78b
--- /dev/null
+++ b/zbeta/libwayland-git/DEPENDS
@@ -0,0 +1,3 @@
+depends expat
+depends libffi
+depends libxkbcommon-git
diff --git a/zbeta/libwayland-git/DETAILS b/zbeta/libwayland-git/DETAILS
new file mode 100644
index 0000000..e8b82f9
--- /dev/null
+++ b/zbeta/libwayland-git/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=libwayland-git
+ VERSION=trunk
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=git://anongit.freedesktop.org/wayland/wayland
+ WEB_SITE=http://wayland.freedesktop.org/
+ ENTERED=20110507
+ UPDATED=`date -u +%Y%m01`
+ SHORT="modern display server"
+
+cat << EOF
+Wayland is a protocol for a compositor to talk to its clients as well as
+a C library implementation of that protocol. The compositor can be a standalone
+display server running on Linux kernel modesetting and evdev input devices,
+an X application, or a wayland client itself. The clients can be traditional
+applications, X servers (rootless or fullscreen) or other display servers.
+EOF
More information about the Lunar-commits
mailing list