[arch-commits] CVS update of extra/network/iwlwifi (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Fri Aug 17 15:15:55 UTC 2007


    Date: Friday, August 17, 2007 @ 11:15:55
  Author: thomas
    Path: /home/cvs-extra/extra/network/iwlwifi

Modified: PKGBUILD (1.6 -> 1.7)

upgpkg: iwlwifi 1.0.0.1-1


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


Index: extra/network/iwlwifi/PKGBUILD
diff -u extra/network/iwlwifi/PKGBUILD:1.6 extra/network/iwlwifi/PKGBUILD:1.7
--- extra/network/iwlwifi/PKGBUILD:1.6	Thu Jul 26 16:55:38 2007
+++ extra/network/iwlwifi/PKGBUILD	Fri Aug 17 11:15:55 2007
@@ -1,9 +1,10 @@
-# $Id: PKGBUILD,v 1.6 2007/07/26 20:55:38 thomas Exp $
+# $Id: PKGBUILD,v 1.7 2007/08/17 15:15:55 thomas Exp $
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 
 _kernver=2.6.22-ARCH
 pkgname=iwlwifi
-pkgver=1.0.0
+_dlver=1.0.0-1
+pkgver=$(echo ${_dlver} | sed 's|-|.|g')
 pkgrel=1
 pkgdesc="Driver for the Intel PRO/Wireless 3945ABG/4965AGN miniPCI express adapters"
 arch=(i686 x86_64)
@@ -11,11 +12,11 @@
 license=('GPL')
 depends=('wireless_tools' 'kernel26')
 install=iwlwifi.install
-source=(http://intellinuxwireless.org/iwlwifi/downloads/$pkgname-$pkgver.tgz)
-md5sums=('9f17565c8132f98a2a8359f621cd9795')
+source=(http://intellinuxwireless.org/iwlwifi/downloads/$pkgname-${_dlver}.tgz)
+md5sums=('040c862c05496ade225e6d3d0a1ef7bf')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $startdir/src/$pkgname-${_dlver}
   make KSRC=/lib/modules/${_kernver}/build
   #Install kernel module
   install -D -m 644 compatible/iwl3945.ko  $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/net/wireless/iwl3945.ko




More information about the arch-commits mailing list