summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xf86-input-magictouch/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:28:59 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:28:59 +0100
commitd7b6b4a6ed3334181e3020313920297155731de5 (patch)
tree88e0b6d8e4b38f9ecfb8644b50d972e308278f32 /xorg/xorg-xf86-input-magictouch/Pkgfile
parentf630c9e15e14c94252bfcf605db193a9cb1b514b (diff)
downloadnutyx-extra-d7b6b4a6ed3334181e3020313920297155731de5.tar.gz
nutyx-extra-d7b6b4a6ed3334181e3020313920297155731de5.tar.bz2
nutyx-extra-d7b6b4a6ed3334181e3020313920297155731de5.tar.xz
nutyx-extra-d7b6b4a6ed3334181e3020313920297155731de5.zip
Ajout de xorg-xf86-input-magictouch#1.0.0.5-1
Diffstat (limited to 'xorg/xorg-xf86-input-magictouch/Pkgfile')
-rw-r--r--xorg/xorg-xf86-input-magictouch/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-input-magictouch/Pkgfile b/xorg/xorg-xf86-input-magictouch/Pkgfile
new file mode 100644
index 000000000..e703bb3b7
--- /dev/null
+++ b/xorg/xorg-xf86-input-magictouch/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg driver xf86-input-magictouch
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-server
+
+name=xorg-xf86-input-magictouch
+version=1.0.0.5
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-magictouch-$version.tar.bz2)
+
+build() {
+ cd xf86-input-magictouch-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}