xorg-xf86-video-i128: removed obsolete port

This commit is contained in:
Fredrik Rinnestam 2012-10-01 23:27:55 +02:00
parent bfb341e834
commit d42cd5acec
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/i128_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/i128_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/i128.4.gz

View File

@ -1 +0,0 @@
0b0d365dce2c567b807562a32f7fe66e xf86-video-i128-1.3.6.tar.bz2

View File

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