xorg-xf86-video-rendition: removed, unmaintained by upstream as of xorg 7.7

This commit is contained in:
Juergen Daubert 2012-07-13 13:37:30 +02:00
parent 8ab80ea917
commit b1579afe03
4 changed files with 0 additions and 33 deletions

View File

@ -1,12 +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/drivers/
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/rendition_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/rendition_drv.so
-rw-r--r-- root/root usr/lib/xorg/modules/v10002d.uc
-rw-r--r-- root/root usr/lib/xorg/modules/v20002d.uc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man4/
-rw-r--r-- root/root usr/man/man4/rendition.4.gz

View File

@ -1 +0,0 @@
75cc28125077acb7344955294545553b xf86-video-rendition-4.2.4.tar.bz2

View File

@ -1,2 +0,0 @@
usr/lib/xorg/modules/v10002d.uc
usr/lib/xorg/modules/v20002d.uc

View File

@ -1,18 +0,0 @@
# Description: xorg driver xf86-video-rendition
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-server
name=xorg-xf86-video-rendition
version=4.2.4
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-rendition-$version.tar.bz2)
build() {
cd xf86-video-rendition-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}