xorg/xorg-xf86-video-nouveau/Pkgfile

20 lines
466 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-7
release=1
source=(https://crux.nu/files/distfiles/xf86-video-nouveau-$version.tar.xz)
build() {
export CFLAGS+=" -Wno-implicit-function-declaration"
cd xf86-video-nouveau-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}