xorg-xf86-video-radeonhd: initial release.

This commit is contained in:
Tilman Sauerbeck 2007-11-30 15:57:55 +01:00
parent 72b7081cef
commit 3b6210b4cf
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,10 @@
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/radeonhd_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/radeonhd_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/radeonhd.4.gz

View File

@ -0,0 +1 @@
ea2832c84ec014bed55dcdd8baad06bc xf86-video-radeonhd-1.0.0.tar.bz2

View File

@ -0,0 +1,17 @@
# Description: Video driver for ATI Radeons with r5xx/r6xx chips
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-xf86-video-radeonhd
version=1.0.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-radeonhd-$version.tar.bz2)
build() {
cd xf86-video-radeonhd-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}