[arch-commits] CVS update of extra/network/iwlwifi-ck (PKGBUILD)
Tom Killian
tom at archlinux.org
Tue Jul 24 09:44:36 UTC 2007
Date: Tuesday, July 24, 2007 @ 05:44:36
Author: tom
Path: /home/cvs-extra/extra/network/iwlwifi-ck
Added: PKGBUILD (1.1)
upgpkg: iwlwifi-ck 0.0.42-1
update for 2.6.22-ck
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Index: extra/network/iwlwifi-ck/PKGBUILD
diff -u /dev/null extra/network/iwlwifi-ck/PKGBUILD:1.1
--- /dev/null Tue Jul 24 05:44:36 2007
+++ extra/network/iwlwifi-ck/PKGBUILD Tue Jul 24 05:44:35 2007
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD,v 1.1 2007/07/24 09:44:35 tom Exp $
+# Maintainer: Thomas Baechler <thomas at archlinux.org>
+
+_kernver=2.6.22-ck
+pkgname=iwlwifi-ck
+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' 'kernel26ck')
+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