xorg/xorg-xf86-video-ast/Pkgfile

18 lines
419 B
Plaintext

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