diff options
Diffstat (limited to 'nvidia-legacy-96xx/Pkgfile')
-rw-r--r-- | nvidia-legacy-96xx/Pkgfile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/nvidia-legacy-96xx/Pkgfile b/nvidia-legacy-96xx/Pkgfile index 66112030e..7434de78d 100644 --- a/nvidia-legacy-96xx/Pkgfile +++ b/nvidia-legacy-96xx/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-96xx -version=1.0-9631-$(uname -r) +version=96.43.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 |