diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2010-08-22 13:09:31 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2010-08-22 13:09:31 +0200 |
commit | a844514179a39a6b4ce8fe668ccda748b699a986 (patch) | |
tree | 87d3c2f3401589a31c29a2823f6bad3f1b7b1655 | |
parent | f1c297f0e7f4171a9f3aada339dea17078fd2d4a (diff) | |
download | xorg-a844514179a39a6b4ce8fe668ccda748b699a986.tar.gz xorg-a844514179a39a6b4ce8fe668ccda748b699a986.tar.xz |
xorg-xf86-input-tek4957: removed.
It doesn't build against the current X server.
-rw-r--r-- | xorg-xf86-input-tek4957/.footprint | 10 | ||||
-rw-r--r-- | xorg-xf86-input-tek4957/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xf86-input-tek4957/Pkgfile | 18 |
3 files changed, 0 insertions, 29 deletions
diff --git a/xorg-xf86-input-tek4957/.footprint b/xorg-xf86-input-tek4957/.footprint deleted file mode 100644 index 9bf6a6e6..00000000 --- a/xorg-xf86-input-tek4957/.footprint +++ /dev/null @@ -1,10 +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/tek4957_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/input/tek4957_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/tek4957.4.gz diff --git a/xorg-xf86-input-tek4957/.md5sum b/xorg-xf86-input-tek4957/.md5sum deleted file mode 100644 index ccf85310..00000000 --- a/xorg-xf86-input-tek4957/.md5sum +++ /dev/null @@ -1 +0,0 @@ -8103db1ca5c55726e0b58148e4b1fc06 xf86-input-tek4957-1.2.0.tar.bz2 diff --git a/xorg-xf86-input-tek4957/Pkgfile b/xorg-xf86-input-tek4957/Pkgfile deleted file mode 100644 index 0a4006fe..00000000 --- a/xorg-xf86-input-tek4957/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: xorg driver xf86-input-tek4957 -# URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Depends on: xorg-server - -name=xorg-xf86-input-tek4957 -version=1.2.0 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-tek4957-$version.tar.bz2) - -build() { - cd xf86-input-tek4957-$version - - ./configure --prefix=/usr --mandir=/usr/man - - make - make DESTDIR=$PKG install -} |