xorg-xf86-video-qxl: initial release

This commit is contained in:
Fredrik Rinnestam 2013-10-22 00:02:20 +02:00
parent c8d120a959
commit ba07214df9
3 changed files with 26 additions and 0 deletions

View 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

View File

@ -0,0 +1 @@
39f0721e83bc3bb2aba5c0379616ddbc xf86-video-qxl-0.1.1.tar.bz2

View 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
}