xorg-xf86-video-qxl: initial release
This commit is contained in:
parent
c8d120a959
commit
ba07214df9
7
xorg-xf86-video-qxl/.footprint
Normal file
7
xorg-xf86-video-qxl/.footprint
Normal file
@ -0,0 +1,7 @@
|
||||
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/qxl_drv.la
|
||||
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/qxl_drv.so
|
1
xorg-xf86-video-qxl/.md5sum
Normal file
1
xorg-xf86-video-qxl/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
39f0721e83bc3bb2aba5c0379616ddbc xf86-video-qxl-0.1.1.tar.bz2
|
18
xorg-xf86-video-qxl/Pkgfile
Normal file
18
xorg-xf86-video-qxl/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: ATI Radeon video driver for the Xorg X server
|
||||
# URL: http://xorg.freedesktop.org
|
||||
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
||||
# Depends on: xorg-server
|
||||
|
||||
name=xorg-xf86-video-qxl
|
||||
version=0.1.1
|
||||
release=1
|
||||
source=(http://xorg.freedesktop.org/archive/individual/driver/xf86-video-qxl-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd xf86-video-qxl-$version
|
||||
|
||||
./configure --prefix=/usr --mandir=/usr/man
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user