[Lunar-commits] <moonbase> xf86-input-wacom: introduction to moonbase
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Sun Sep 25 14:45:13 CEST 2011
commit 7488f2c285d1cc0ad0e5f532edaee97dac2fa65e
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Sun Sep 25 14:45:13 2011 +0200
xf86-input-wacom: introduction to moonbase
---
xorg7/driver/xf86-input-wacom/BUILD | 6 ++++++
xorg7/driver/xf86-input-wacom/DEPENDS | 1 +
xorg7/driver/xf86-input-wacom/DETAILS | 14 ++++++++++++++
3 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/xorg7/driver/xf86-input-wacom/BUILD b/xorg7/driver/xf86-input-wacom/BUILD
new file mode 100644
index 0000000..cfe3408
--- /dev/null
+++ b/xorg7/driver/xf86-input-wacom/BUILD
@@ -0,0 +1,6 @@
+(
+ . /etc/profile.d/x11r7.rc &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/xorg7/driver/xf86-input-wacom/DEPENDS b/xorg7/driver/xf86-input-wacom/DEPENDS
new file mode 100644
index 0000000..9c8aa5b
--- /dev/null
+++ b/xorg7/driver/xf86-input-wacom/DEPENDS
@@ -0,0 +1 @@
+depends xorg-server
diff --git a/xorg7/driver/xf86-input-wacom/DETAILS b/xorg7/driver/xf86-input-wacom/DETAILS
new file mode 100644
index 0000000..096dd0f
--- /dev/null
+++ b/xorg7/driver/xf86-input-wacom/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=xf86-input-wacom
+ VERSION=0.11.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/linuxwacom/${MODULE}
+ SOURCE_VFY=sha1:e8b0ec91a95a13a897d34c6ebe2af564e1ce3cb2
+ MODULE_PREFIX=${X11R7_PREFIX:-/usr}
+ WEB_SITE=http://www.x.org
+ ENTERED=20110925
+ UPDATED=20110925
+ SHORT="The X.Org wacom tablet input device driver"
+
+cat << EOF
+xf86-input-wacom provides the driver for wacom tablet input devices in X.Org.
+EOF
More information about the Lunar-commits
mailing list