xorg-xf86-video-modesetting: initial import

This commit is contained in:
Danny Rawlins 2012-09-15 22:29:04 +10:00
parent 57ce1e73eb
commit 7f2592d161
3 changed files with 29 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/modesetting_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/modesetting_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/modesetting.4.gz

View File

@ -0,0 +1 @@
cfff443bd29b1a872179587574ff6736 xf86-video-modesetting-0.5.0.tar.bz2

View File

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