summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xinput
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
parent248dd602a357fc6b21c58a6e327c4d90762d2dcc (diff)
downloadnutyx-extra-86a7b444499114129bafb81ae9611912e942a753.tar.gz
nutyx-extra-86a7b444499114129bafb81ae9611912e942a753.tar.bz2
nutyx-extra-86a7b444499114129bafb81ae9611912e942a753.tar.xz
nutyx-extra-86a7b444499114129bafb81ae9611912e942a753.zip
Ajout de xorg-xinput#1.4.2-1
Diffstat (limited to 'xorg/xorg-xinput')
-rw-r--r--xorg/xorg-xinput/.footprint6
-rw-r--r--xorg/xorg-xinput/.md5sum1
-rw-r--r--xorg/xorg-xinput/Pkgfile17
3 files changed, 24 insertions, 0 deletions
diff --git a/xorg/xorg-xinput/.footprint b/xorg/xorg-xinput/.footprint
new file mode 100644
index 000000000..a0f9c7f45
--- /dev/null
+++ b/xorg/xorg-xinput/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xinput
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/xinput.1.gz
diff --git a/xorg/xorg-xinput/.md5sum b/xorg/xorg-xinput/.md5sum
new file mode 100644
index 000000000..c194b6c20
--- /dev/null
+++ b/xorg/xorg-xinput/.md5sum
@@ -0,0 +1 @@
+58e619576cbf4b6057eebb7a97fe2ddf xinput-1.4.2.tar.bz2
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
+}