2011-06-21 00:06:40 +02:00
|
|
|
# Template build file for 'xf86-video-nouveau'.
|
|
|
|
pkgname=xf86-video-nouveau
|
2013-07-31 07:29:08 +02:00
|
|
|
version=1.0.9
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-03-28 07:20:10 +01:00
|
|
|
hostmakedepends="pkg-config"
|
2013-07-05 09:42:01 +02:00
|
|
|
makedepends="libudev-devel>=183 libdrm-devel xorg-server-devel>=1.14"
|
2013-01-07 10:47:15 +01:00
|
|
|
short_desc="Xorg opensource NVIDIA video driver"
|
2011-07-17 08:27:36 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-21 00:06:40 +02:00
|
|
|
homepage="http://nouveau.freedesktop.org/wiki/"
|
2012-06-19 08:23:40 +02:00
|
|
|
license="GPL-2"
|
2012-10-24 14:12:48 +02:00
|
|
|
distfiles="http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${version}.tar.bz2"
|
2013-07-31 07:29:08 +02:00
|
|
|
checksum=b247c800e532fad1c80a5666d8ca0d4e5712064b6d7a3b030b32206a8de04482
|
2013-04-14 18:42:25 +02:00
|
|
|
|
|
|
|
xf86-video-nouveau_package() {
|
2013-07-05 09:42:01 +02:00
|
|
|
depends="xserver-abi-video-14_1 mesa-nouveau-dri"
|
2013-04-14 18:42:25 +02:00
|
|
|
pkg_install() {
|
2013-07-05 09:42:01 +02:00
|
|
|
vmove all
|
2013-04-14 18:42:25 +02:00
|
|
|
}
|
|
|
|
}
|