summaryrefslogtreecommitdiffstats
path: root/xorg-xf86-input-wacom/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-06 17:41:24 +0000
committerpiernov <piernov@piernov.org>2012-03-06 18:17:56 +0000
commitbb86035f626ea39b9e0cc9451e9ee5295a1b0940 (patch)
tree1e56ca5c74ed190668c626e4955ff58d4b28a4fa /xorg-xf86-input-wacom/Pkgfile
parent26c35ff76e1802d66437917b21c5fefd54ea09d9 (diff)
downloadnutyx-extra-bb86035f626ea39b9e0cc9451e9ee5295a1b0940.tar.gz
nutyx-extra-bb86035f626ea39b9e0cc9451e9ee5295a1b0940.tar.bz2
nutyx-extra-bb86035f626ea39b9e0cc9451e9ee5295a1b0940.tar.xz
nutyx-extra-bb86035f626ea39b9e0cc9451e9ee5295a1b0940.zip
xorg-xf86-input-wacom 0.13.0-1 ajout port
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
+}