xorg-xf86-video-ast: initial import

This commit is contained in:
Danny Rawlins 2014-10-22 13:06:25 +11:00
parent 94cc1d7f96
commit d1f7f664db
3 changed files with 25 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/ast_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/ast_drv.so

View File

@ -0,0 +1 @@
18bf532bbedb82c1eaebc414f5ddb150 xf86-video-ast-1.0.1.tar.gz

View File

@ -0,0 +1,17 @@
# Description: ASpeed Technology video driver
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-server
name=xorg-xf86-video-ast
version=1.0.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ast-$version.tar.gz)
build() {
cd xf86-video-ast-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}