21 lines
666 B
Plaintext
21 lines
666 B
Plaintext
# Template build file for 'xf86-video-nouveau'.
|
|
pkgname=xf86-video-nouveau
|
|
version=1.0.9
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libudev-devel>=183 libdrm-devel xorg-server-devel>=1.14"
|
|
short_desc="Xorg opensource NVIDIA video driver"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://nouveau.freedesktop.org/wiki/"
|
|
license="GPL-2"
|
|
distfiles="http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${version}.tar.bz2"
|
|
checksum=b247c800e532fad1c80a5666d8ca0d4e5712064b6d7a3b030b32206a8de04482
|
|
|
|
xf86-video-nouveau_package() {
|
|
depends="xserver-abi-video-14_1 mesa-nouveau-dri"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|