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

Thomas Baechler thomas at archlinux.org
Mon Jul 9 21:40:21 UTC 2007


    Date: Monday, July 9, 2007 @ 17:40:21
  Author: thomas
    Path: /home/cvs-extra/extra/network/iwlwifi-4965-ucode

   Added: PKGBUILD (1.1)

upgpkg: iwlwifi-4965-ucode 4.44.15-1


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


Index: extra/network/iwlwifi-4965-ucode/PKGBUILD
diff -u /dev/null extra/network/iwlwifi-4965-ucode/PKGBUILD:1.1
--- /dev/null	Mon Jul  9 17:40:20 2007
+++ extra/network/iwlwifi-4965-ucode/PKGBUILD	Mon Jul  9 17:40:21 2007
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD,v 1.1 2007/07/09 21:40:21 thomas Exp $
+# Maintainer: Thomas Baechler <thomas at archlinux.org>
+
+pkgname=iwlwifi-4965-ucode
+pkgver=4.44.15
+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=('72d1755d6ddce17b6918550daba92f31')
+
+build() {
+  cd $startdir/src/$pkgname-$pkgver
+  #Install firmware
+  install -D -m 644 iwlwifi-4965.ucode $startdir/pkg/lib/firmware/iwlwifi-4965.ucode
+  #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