summaryrefslogtreecommitdiff
path: root/nvidia-legacy-71xx/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'nvidia-legacy-71xx/Pkgfile')
-rw-r--r--nvidia-legacy-71xx/Pkgfile14
1 files changed, 6 insertions, 8 deletions
diff --git a/nvidia-legacy-71xx/Pkgfile b/nvidia-legacy-71xx/Pkgfile
index 29a4f53f6..435113805 100644
--- a/nvidia-legacy-71xx/Pkgfile
+++ b/nvidia-legacy-71xx/Pkgfile
@@ -1,20 +1,18 @@
-# Description: nVIDIA Linux Display Driver
+# Description: nVIDIA Linux Display Driver.
# URL: http://www.nvidia.com/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Matt Housh, jaeger at morpheus dot net
-# Depends on: xorg
-
-# Nice to have: gl-select-x11r7
+# Depends on: xorg gl-select
name=nvidia-legacy-71xx
-version=1.0-7185-$(uname -r)
+version=71.86.01
release=1
-source=(http://download.nvidia.com/XFree86/Linux-x86/${version%-*}/NVIDIA-Linux-x86-${version%-*}-pkg1.run \
+source=(http://download.nvidia.com/XFree86/Linux-x86/$version/NVIDIA-Linux-x86-$version-pkg0.run \
nvidia-makefile.patch)
build() {
- sh NVIDIA-Linux-x86-${version%-*}-pkg1.run --extract-only
- cd NVIDIA-Linux-x86-${version%-*}-pkg1
+ sh NVIDIA-Linux-x86-$version-pkg0.run --extract-only
+ cd NVIDIA-Linux-x86-$version-pkg0
# patch Makefile.kbuild for normal users and no load during build
patch -p0 -i $SRC/nvidia-makefile.patch usr/src/nv/Makefile.kbuild

Generated by cgit