[arch-commits] CVS update of unstable/network/iwlwifi-mm (PKGBUILD)
Tom Killian
tom at archlinux.org
Fri Jul 27 09:29:23 UTC 2007
Date: Friday, July 27, 2007 @ 05:29:23
Author: tom
Path: /home/cvs-unstable/unstable/network/iwlwifi-mm
Added: PKGBUILD (1.1)
upgpkg: iwlwifi-mm 0.0.42-1
update for 2.6.23-mm
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Index: unstable/network/iwlwifi-mm/PKGBUILD
diff -u /dev/null unstable/network/iwlwifi-mm/PKGBUILD:1.1
--- /dev/null Fri Jul 27 05:29:23 2007
+++ unstable/network/iwlwifi-mm/PKGBUILD Fri Jul 27 05:29:23 2007
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD,v 1.1 2007/07/27 09:29:23 tom Exp $
+# Maintainer: Thomas Baechler <thomas at archlinux.org>
+
+_kernver=2.6.23-mm
+pkgname=iwlwifi-mm
+pkgver=0.0.42
+pkgrel=1
+pkgdesc="Driver for the Intel PRO/Wireless 3945ABG/4965AGN miniPCI express adapters. For kernel26ck"
+arch=(i686 x86_64)
+url="http://intellinuxwireless.org/?p=iwlwifi"
+license=('GPL')
+depends=('wireless_tools' 'kernel26mm')
+install=iwlwifi.install
+source=(http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-$pkgver.tgz)
+md5sums=('572b002a0edc30a7bf3d165396679b90')
+
+build() {
+ cd $startdir/src/iwlwifi-$pkgver
+ 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
+ install -D -m 644 compatible/iwl4965.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/net/wireless/iwl4965.ko
+ sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
+}
More information about the arch-commits
mailing list