diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2007-09-30 15:20:45 +1000 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2007-09-30 15:22:59 +1000 |
commit | b2719f63a5f10ffa1a1e3a3258f6509ee15f19f4 (patch) | |
tree | c849565a5b429f09cabdd93931c0fd912fc477fe /nvidia-legacy-71xx/Pkgfile | |
parent | 38f006d47e0fbdfd0beb00c25e4c3f261dbe28de (diff) | |
download | contrib-b2719f63a5f10ffa1a1e3a3258f6509ee15f19f4.tar.gz contrib-b2719f63a5f10ffa1a1e3a3258f6509ee15f19f4.tar.xz |
nvidia-legacy-71xx: 1.0-7185-2.6.17.14 -> 71.86.01
Diffstat (limited to 'nvidia-legacy-71xx/Pkgfile')
-rw-r--r-- | nvidia-legacy-71xx/Pkgfile | 14 |
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 |