[arch-commits] Commit in nvidia-96xx/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Tue Mar 22 14:17:08 UTC 2011


    Date: Tuesday, March 22, 2011 @ 10:17:07
  Author: tpowa
Revision: 115964

upgpkg: nvidia-96xx 96.43.19-5
rebuild against latest kernel, added strip option

Modified:
  nvidia-96xx/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-22 14:16:16 UTC (rev 115963)
+++ PKGBUILD	2011-03-22 14:17:07 UTC (rev 115964)
@@ -4,7 +4,7 @@
 pkgname=nvidia-96xx
 pkgver=96.43.19
 _kernver='2.6.38-ARCH'
-pkgrel=4
+pkgrel=5
 pkgdesc="NVIDIA drivers for kernel26, 96xx branch."
 arch=('i686' 'x86_64')
 [ "$CARCH" = "i686"   ] && ARCH=x86
@@ -16,6 +16,7 @@
 license=('custom')
 install=nvidia.install
 source=("http://download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run")
+options=(!strip)
 md5sums=('53e98129d885a1b004aabc42a989fa73')
 
 [ "$CARCH" = "x86_64" ] && md5sums=('7ff779e299b938b880baff6cd970ab51')
@@ -27,7 +28,10 @@
 	cd usr/src/nv/
 	ln -s Makefile.kbuild Makefile
 	make SYSSRC=/lib/modules/${_kernver}/build module
+}
 
+package() {
+        cd $srcdir/NVIDIA-Linux-$ARCH-${pkgver}-pkg0/usr/src/nv/
 	mkdir -p $pkgdir/lib/modules/${_kernver}/kernel/drivers/video/
 	install -m644 nvidia.ko $pkgdir/lib/modules/${_kernver}/kernel/drivers/video/
 




More information about the arch-commits mailing list