summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xf86-input-joystick
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-xf86-input-joystick')
-rw-r--r--xorg/xorg-xf86-input-joystick/.footprint16
-rw-r--r--xorg/xorg-xf86-input-joystick/.md5sum1
-rw-r--r--xorg/xorg-xf86-input-joystick/Pkgfile19
3 files changed, 0 insertions, 36 deletions
diff --git a/xorg/xorg-xf86-input-joystick/.footprint b/xorg/xorg-xf86-input-joystick/.footprint
deleted file mode 100644
index 58b0cf747..000000000
--- a/xorg/xorg-xf86-input-joystick/.footprint
+++ /dev/null
@@ -1,16 +0,0 @@
-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/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man4/
--rw-r--r-- root/root usr/share/man/man4/joystick.4.gz
diff --git a/xorg/xorg-xf86-input-joystick/.md5sum b/xorg/xorg-xf86-input-joystick/.md5sum
deleted file mode 100644
index 9cf2b2993..000000000
--- a/xorg/xorg-xf86-input-joystick/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-79b20f86d1b2e625ae65e35c3457027f xf86-input-joystick-1.5.0.tar.bz2
diff --git a/xorg/xorg-xf86-input-joystick/Pkgfile b/xorg/xorg-xf86-input-joystick/Pkgfile
deleted file mode 100644
index cdc4b5073..000000000
--- a/xorg/xorg-xf86-input-joystick/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: xorg driver xf86-input-joystick
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: lesibel at free dot fr
-# Depends on: xorg-server
-
-name=xorg-xf86-input-joystick
-version=1.5.0
-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
-
- make
- make DESTDIR=$PKG install
-}