[arch-commits] CVS update of extra/network/ipw3945 (PKGBUILD ipw3945.install)
Tobias Powalowski
tpowa at archlinux.org
Sat Apr 28 13:15:25 UTC 2007
Date: Saturday, April 28, 2007 @ 09:15:25
Author: tpowa
Path: /home/cvs-extra/extra/network/ipw3945
Modified: PKGBUILD (1.17 -> 1.18) ipw3945.install (1.9 -> 1.10)
upgpkg: update to 2.6.21 series
-----------------+
PKGBUILD | 8 ++++----
ipw3945.install | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
Index: extra/network/ipw3945/PKGBUILD
diff -u extra/network/ipw3945/PKGBUILD:1.17 extra/network/ipw3945/PKGBUILD:1.18
--- extra/network/ipw3945/PKGBUILD:1.17 Tue Feb 13 05:01:53 2007
+++ extra/network/ipw3945/PKGBUILD Sat Apr 28 09:15:25 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.17 2007/02/13 10:01:53 tpowa Exp $
+# $Id: PKGBUILD,v 1.18 2007/04/28 13:15:25 tpowa Exp $
# Contributor: Giovanni Scafora <linuxmania at gmail.com>
# Maintainer: James Rayner <iphitus at gmail.com>
-_kernver=2.6.20-ARCH
+_kernver=2.6.21-ARCH
pkgname=ipw3945
pkgver=1.2.0
-pkgrel=2
+pkgrel=6
pkgdesc="Driver for the Intel PRO/Wireless 3945ABG miniPCI express adapter"
arch=(i686 x86_64)
url="http://ipw3945.sourceforge.net"
@@ -22,7 +22,7 @@
Makefile
#patch -p0 -i $startdir/src/2.6.18-compile.patch ||return 1
#patch -Np0 -i ../kernel-2.6.19.patch || return 1
- make KVER=${_kernver}
+ make KVER=${_kernver} IEEE80211_INC=/usr/src/linux-${_kernver}/ IEEE80211_IGNORE_DUPLICATE=y
#Install kernel module
install -D -m 644 ipw3945.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/net/wireless/ipw3945/ipw3945.ko
sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
Index: extra/network/ipw3945/ipw3945.install
diff -u extra/network/ipw3945/ipw3945.install:1.9 extra/network/ipw3945/ipw3945.install:1.10
--- extra/network/ipw3945/ipw3945.install:1.9 Tue Feb 6 07:48:45 2007
+++ extra/network/ipw3945/ipw3945.install Sat Apr 28 09:15:25 2007
@@ -1,7 +1,7 @@
# arg 1: the new package version
post_install()
{
- KERNEL_VERSION='2.6.20-ARCH'
+ KERNEL_VERSION='2.6.21-ARCH'
depmod -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
}
@@ -10,7 +10,7 @@
# arg 2: the old package version
post_upgrade()
{
- KERNEL_VERSION='2.6.20-ARCH'
+ KERNEL_VERSION='2.6.21-ARCH'
depmod -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
}
@@ -24,7 +24,7 @@
# arg 1: the old package version
post_remove()
{
- KERNEL_VERSION='2.6.20-ARCH'
+ KERNEL_VERSION='2.6.21-ARCH'
depmod -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
More information about the arch-commits
mailing list