[arch-commits] CVS update of core/support/iwlwifi-4965-ucode (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Wed Sep 19 15:30:00 UTC 2007


    Date: Wednesday, September 19, 2007 @ 11:30:00
  Author: thomas
    Path: /home/cvs-core/core/support/iwlwifi-4965-ucode

Modified: PKGBUILD (1.2 -> 1.3)

upgpkg: iwlwifi-4965-ucode 4.44.1.18-1


----------+
 PKGBUILD |   21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)


Index: core/support/iwlwifi-4965-ucode/PKGBUILD
diff -u core/support/iwlwifi-4965-ucode/PKGBUILD:1.2 core/support/iwlwifi-4965-ucode/PKGBUILD:1.3
--- core/support/iwlwifi-4965-ucode/PKGBUILD:1.2	Tue Jul 17 03:00:37 2007
+++ core/support/iwlwifi-4965-ucode/PKGBUILD	Wed Sep 19 11:30:00 2007
@@ -1,21 +1,28 @@
-# $Id: PKGBUILD,v 1.2 2007/07/17 07:00:37 thomas Exp $
+# $Id: PKGBUILD,v 1.3 2007/09/19 15:30:00 thomas Exp $
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 
 pkgname=iwlwifi-4965-ucode
-pkgver=4.44.17
+pkgver=4.44.1.18
 pkgrel=1
 pkgdesc="Intel wireless firmware for IPW4965 (iwlwifi driver)"
 arch=(i686 x86_64)
 url="http://intellinuxwireless.org/?p=iwlwifi"
 license=('custom')
 depends=()
-source=(http://intellinuxwireless.org/iwlwifi/downloads/$pkgname-$pkgver.tgz)
-md5sums=('6e5e5287bc9a8021bb35e5905e891638')
+source=(http://intellinuxwireless.org/iwlwifi/downloads/$pkgname-4.44.17.tgz
+        http://intellinuxwireless.org/iwlwifi/downloads/$pkgname-$pkgver.tgz)
+md5sums=('6e5e5287bc9a8021bb35e5905e891638'
+         'dde401d6dd0bcadff1f04828b70d7463')
+force=y
 
 build() {
+  cd $startdir/src/$pkgname-4.44.17
+  # Install old firmware for compatibility
+  install -D -m 644 iwlwifi-4965.ucode $startdir/pkg/lib/firmware/iwlwifi-4965.ucode || return 1
+
   cd $startdir/src/$pkgname-$pkgver
-  #Install firmware
-  install -D -m 644 iwlwifi-4965.ucode $startdir/pkg/lib/firmware/iwlwifi-4965.ucode
-  #Install license
+  # Install firmware
+  install -D -m 644 iwlwifi-4965-1.ucode $startdir/pkg/lib/firmware/iwlwifi-4965-1.ucode || return 1
+  # Install license
   install -D -m 644 LICENSE.iwlwifi-4965-ucode $startdir/pkg/usr/share/licenses/$pkgname/LICENSE || return 1
 }




More information about the arch-commits mailing list