summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xinput/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 23:03:57 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 23:03:57 +0100
commit86a7b444499114129bafb81ae9611912e942a753 (patch)
treea130b6705ed94f8b81f13c43c57f65462b2ebae0 /xorg/xorg-xinput/Pkgfile
parent248dd602a357fc6b21c58a6e327c4d90762d2dcc (diff)
downloadnutyx-pakxe-86a7b444499114129bafb81ae9611912e942a753.tar.gz
nutyx-pakxe-86a7b444499114129bafb81ae9611912e942a753.tar.bz2
nutyx-pakxe-86a7b444499114129bafb81ae9611912e942a753.tar.xz
nutyx-pakxe-86a7b444499114129bafb81ae9611912e942a753.zip
Ajout de xorg-xinput#1.4.2-1
Diffstat (limited to 'xorg/xorg-xinput/Pkgfile')
-rw-r--r--xorg/xorg-xinput/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg/xorg-xinput/Pkgfile b/xorg/xorg-xinput/Pkgfile
new file mode 100644
index 000000000..98d024e06
--- /dev/null
+++ b/xorg/xorg-xinput/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Utility to configure and test XInput devices
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-xinput
+version=1.4.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xinput-$version.tar.bz2)
+
+build() {
+ cd xinput-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}