xorg-xf86-video-radeonhd: initial release.
This commit is contained in:
parent
72b7081cef
commit
3b6210b4cf
10
xorg-xf86-video-radeonhd/.footprint
Normal file
10
xorg-xf86-video-radeonhd/.footprint
Normal 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
|
1
xorg-xf86-video-radeonhd/.md5sum
Normal file
1
xorg-xf86-video-radeonhd/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
ea2832c84ec014bed55dcdd8baad06bc xf86-video-radeonhd-1.0.0.tar.bz2
|
17
xorg-xf86-video-radeonhd/Pkgfile
Normal file
17
xorg-xf86-video-radeonhd/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user