diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2010-08-22 13:08:56 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2010-08-22 13:08:56 +0200 |
commit | f1c297f0e7f4171a9f3aada339dea17078fd2d4a (patch) | |
tree | b0eec1457c645c3d1742393de24eb1dde1a27c68 /xorg-xf86-input-spaceorb | |
parent | 441f551cb90a802eadd36e8c304597a8a025dd45 (diff) | |
download | xorg-f1c297f0e7f4171a9f3aada339dea17078fd2d4a.tar.gz xorg-f1c297f0e7f4171a9f3aada339dea17078fd2d4a.tar.xz |
xorg-xf86-input-spaceorb: removed.
It doesn't build against the current X server.
Diffstat (limited to 'xorg-xf86-input-spaceorb')
-rw-r--r-- | xorg-xf86-input-spaceorb/.footprint | 7 | ||||
-rw-r--r-- | xorg-xf86-input-spaceorb/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xf86-input-spaceorb/Pkgfile | 20 |
3 files changed, 0 insertions, 28 deletions
diff --git a/xorg-xf86-input-spaceorb/.footprint b/xorg-xf86-input-spaceorb/.footprint deleted file mode 100644 index 9b424054..00000000 --- a/xorg-xf86-input-spaceorb/.footprint +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -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/spaceorb_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/input/spaceorb_drv.so diff --git a/xorg-xf86-input-spaceorb/.md5sum b/xorg-xf86-input-spaceorb/.md5sum deleted file mode 100644 index 8ecae70f..00000000 --- a/xorg-xf86-input-spaceorb/.md5sum +++ /dev/null @@ -1 +0,0 @@ -c7fb96281874733480ba86a5a0a3b5af xf86-input-spaceorb-1.1.1.tar.bz2 diff --git a/xorg-xf86-input-spaceorb/Pkgfile b/xorg-xf86-input-spaceorb/Pkgfile deleted file mode 100644 index 3fca6981..00000000 --- a/xorg-xf86-input-spaceorb/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: xorg driver xf86-input-spaceorb -# URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Depends on: xorg-server - -name=xorg-xf86-input-spaceorb -version=1.1.1 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-spaceorb-$version.tar.bz2) - -build() { - cd xf86-input-spaceorb-$version - - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install - - rmdir $PKG/usr/{share/man/man4,share/man,share} -} |