xorg/xorg-xf86-video-nouveau/Pkgfile

17 lines
443 B
Plaintext

# Description: Nouveau graphics video driver
# URL: https://nouveau.freedesktop.org/wiki/
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-server
name=xorg-xf86-video-nouveau
version=1.0.17
release=1
source=(https://www.x.org/archive/individual/driver/xf86-video-nouveau-$version.tar.bz2)
build() {
cd xf86-video-nouveau-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}