From bb86035f626ea39b9e0cc9451e9ee5295a1b0940 Mon Sep 17 00:00:00 2001 From: piernov Date: Tue, 6 Mar 2012 17:41:24 +0000 Subject: xorg-xf86-input-wacom 0.13.0-1 ajout port --- xorg-xf86-input-wacom/Pkgfile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 xorg-xf86-input-wacom/Pkgfile (limited to 'xorg-xf86-input-wacom/Pkgfile') 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 +# 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 +} -- cgit v1.2.3-54-g00ecf