summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xf86-input-joystick
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:27:26 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:27:26 +0100
commit6b0ea7ae877633b52c2fa8fe890154d6a3320ae1 (patch)
tree153359d006151f9f0d7558531b04f9a9f997edde /xorg/xorg-xf86-input-joystick
parente30d3ff5aa3b957895aa4ba47c55d787d7ca2b84 (diff)
downloadnutyx-extra-6b0ea7ae877633b52c2fa8fe890154d6a3320ae1.tar.gz
nutyx-extra-6b0ea7ae877633b52c2fa8fe890154d6a3320ae1.tar.bz2
nutyx-extra-6b0ea7ae877633b52c2fa8fe890154d6a3320ae1.tar.xz
nutyx-extra-6b0ea7ae877633b52c2fa8fe890154d6a3320ae1.zip
Ajout de xorg-xf86-input-joystick#1.4.1-1
Diffstat (limited to 'xorg/xorg-xf86-input-joystick')
-rw-r--r--xorg/xorg-xf86-input-joystick/.footprint15
-rw-r--r--xorg/xorg-xf86-input-joystick/.md5sum1
-rw-r--r--xorg/xorg-xf86-input-joystick/Pkgfile18
3 files changed, 34 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-input-joystick/.footprint b/xorg/xorg-xf86-input-joystick/.footprint
new file mode 100644
index 000000000..71b045079
--- /dev/null
+++ b/xorg/xorg-xf86-input-joystick/.footprint
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/xorg/
+-rw-r--r-- root/root usr/include/xorg/joystick-properties.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xorg-joystick.pc
+drwxr-xr-x root/root usr/lib/xorg/
+drwxr-xr-x root/root usr/lib/xorg/modules/
+drwxr-xr-x root/root usr/lib/xorg/modules/input/
+-rwxr-xr-x root/root usr/lib/xorg/modules/input/joystick_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/input/joystick_drv.so
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man4/
+-rw-r--r-- root/root usr/man/man4/joystick.4.gz
diff --git a/xorg/xorg-xf86-input-joystick/.md5sum b/xorg/xorg-xf86-input-joystick/.md5sum
new file mode 100644
index 000000000..c3efb5ea9
--- /dev/null
+++ b/xorg/xorg-xf86-input-joystick/.md5sum
@@ -0,0 +1 @@
+4d25fd27d6b4416b9754f6d4ed66cbb4 xf86-input-joystick-1.4.1.tar.bz2
diff --git a/xorg/xorg-xf86-input-joystick/Pkgfile b/xorg/xorg-xf86-input-joystick/Pkgfile
new file mode 100644
index 000000000..4016de2c1
--- /dev/null
+++ b/xorg/xorg-xf86-input-joystick/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg driver xf86-input-joystick
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-server
+
+name=xorg-xf86-input-joystick
+version=1.4.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-joystick-$version.tar.bz2)
+
+build() {
+ cd xf86-input-joystick-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}