xorg-xf86-video-ast: initial import
This commit is contained in:
parent
94cc1d7f96
commit
d1f7f664db
7
xorg-xf86-video-ast/.footprint
Normal file
7
xorg-xf86-video-ast/.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/ast_drv.la
|
||||
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/ast_drv.so
|
1
xorg-xf86-video-ast/.md5sum
Normal file
1
xorg-xf86-video-ast/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
18bf532bbedb82c1eaebc414f5ddb150 xf86-video-ast-1.0.1.tar.gz
|
17
xorg-xf86-video-ast/Pkgfile
Normal file
17
xorg-xf86-video-ast/Pkgfile
Normal 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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user