xorg/xorg-xf86-video-nouveau/Pkgfile

18 lines
468 B
Plaintext
Raw Normal View History

# Description: Nouveau graphics video driver
2015-10-17 17:06:17 +02:00
# URL: http://nouveau.freedesktop.org/wiki/
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: eudev libdrm xorg-server
name=xorg-xf86-video-nouveau
version=20150913
release=1
source=(http://crux.nu/files/distfiles/xf86-video-nouveau-$version.tar.xz)
build() {
cd xf86-video-nouveau-$version
autoreconf --install
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}