summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xf86-input-mutouch/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-21 11:27:08 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-21 11:27:08 +0100
commit9bf6c82f4da566e2fb79b97421d22ed6d82e9728 (patch)
tree90006a81c33737c347e1d4f4ec3559623e2c48b9 /xorg/xorg-xf86-input-mutouch/Pkgfile
parentc7f9d5b41167ce66857c61aabea7bc7c84659e5a (diff)
downloadnutyx-pakxe-9bf6c82f4da566e2fb79b97421d22ed6d82e9728.tar.gz
nutyx-pakxe-9bf6c82f4da566e2fb79b97421d22ed6d82e9728.tar.bz2
nutyx-pakxe-9bf6c82f4da566e2fb79b97421d22ed6d82e9728.tar.xz
nutyx-pakxe-9bf6c82f4da566e2fb79b97421d22ed6d82e9728.zip
Ajout de xorg-xf86-input-mutouch#1.2.1-2
Diffstat (limited to 'xorg/xorg-xf86-input-mutouch/Pkgfile')
-rw-r--r--xorg/xorg-xf86-input-mutouch/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-input-mutouch/Pkgfile b/xorg/xorg-xf86-input-mutouch/Pkgfile
new file mode 100644
index 000000000..58098c004
--- /dev/null
+++ b/xorg/xorg-xf86-input-mutouch/Pkgfile
@@ -0,0 +1,19 @@
+# Description: xorg driver xf86-input-mutouch
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+# Depends on: xorg-server
+
+name=xorg-xf86-input-mutouch
+version=1.2.1
+release=2
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mutouch-$version.tar.bz2 \
+ mutouch-1.2.1-abi.patch)
+build() {
+ cd xf86-input-mutouch-$version
+ patch -Np1 -i ../mutouch-1.2.1-abi.patch
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}