xorg-xf86-video-xgi: removed obsolete port

This commit is contained in:
Danny Rawlins 2012-07-16 07:53:38 +10:00
parent a6d969a8f6
commit 544ad0fb3e
3 changed files with 0 additions and 29 deletions

View File

@ -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/drivers/
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/xgi_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/xgi_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/xgi.4.gz

View File

@ -1 +0,0 @@
b4ac771ae81b52fca9b6fa68006a258a xf86-video-xgi-1.6.0.tar.bz2

View File

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