summaryrefslogtreecommitdiffstats
path: root/xorg-xf86-input-wacom/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xf86-input-wacom/Pkgfile')
-rw-r--r--xorg-xf86-input-wacom/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg-xf86-input-wacom/Pkgfile b/xorg-xf86-input-wacom/Pkgfile
new file mode 100644
index 000000000..4eec78291
--- /dev/null
+++ b/xorg-xf86-input-wacom/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Pilote Wacom pour Xorg.
+# URL: http://linuxwacom.sf.net/
+# Maintainer: http://linuxwacom.git.sourceforge.net/
+# Packager: piernov <piernov@piernov.org>
+# Depends on: xorg-server
+# Run on: xorg-server
+
+name=xorg-xf86-input-wacom
+realname=xf86-input-wacom
+version=0.13.0
+release=1
+source=(http://downloads.sourceforge.net/linuxwacom/$realname-$version.tar.bz2)
+
+build() {
+ cd $realname-$version
+ ./configure $XORG_CONFIG \
+ --with-xorg-module-dir=$XORG_PREFIX/lib/X11/modules
+ make
+ make DESTDIR=$PKG install
+}