[arch-commits] CVS update of extra/network/iwlwifi-ck (PKGBUILD iwlwifi.install)
Tom Killian
tom at archlinux.org
Sat Oct 13 21:34:08 UTC 2007
Date: Saturday, October 13, 2007 @ 17:34:08
Author: tom
Path: /home/cvs-extra/extra/network/iwlwifi-ck
Removed: PKGBUILD (1.2) iwlwifi.install (1.1)
kernel26ck removed
-----------------+
PKGBUILD | 25 -------------------------
iwlwifi.install | 36 ------------------------------------
2 files changed, 61 deletions(-)
Index: extra/network/iwlwifi-ck/PKGBUILD
diff -u extra/network/iwlwifi-ck/PKGBUILD:1.2 extra/network/iwlwifi-ck/PKGBUILD:removed
--- extra/network/iwlwifi-ck/PKGBUILD:1.2 Mon Aug 20 06:04:13 2007
+++ extra/network/iwlwifi-ck/PKGBUILD Sat Oct 13 17:34:08 2007
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD,v 1.2 2007/08/20 10:04:13 tom Exp $
-# Maintainer: Thomas Baechler <thomas at archlinux.org>
-
-_kernver=2.6.22-ck
-pkgname=iwlwifi-ck
-_dlver=1.0.0-1
-pkgver=$(echo ${_dlver} | sed 's|-|.|g')
-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-${_dlver}.tgz)
-md5sums=('040c862c05496ade225e6d3d0a1ef7bf')
-
-build() {
- cd $startdir/src/iwlwifi-${_dlver}
- 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
-}
Index: extra/network/iwlwifi-ck/iwlwifi.install
diff -u extra/network/iwlwifi-ck/iwlwifi.install:1.1 extra/network/iwlwifi-ck/iwlwifi.install:removed
--- extra/network/iwlwifi-ck/iwlwifi.install:1.1 Sat Jul 28 00:40:07 2007
+++ extra/network/iwlwifi-ck/iwlwifi.install Sat Oct 13 17:34:08 2007
@@ -1,36 +0,0 @@
-# arg 1: the new package version
-post_install()
-{
- KERNEL_VERSION='2.6.22-ck'
- depmod -v $KERNEL_VERSION > /dev/null 2>&1
-
- echo
- echo "To use the iwlwifi driver, you have to install the right firmware package:"
- echo " - iwlwifi-3945-ucode for Intel Pro Wireless 3945ABG"
- echo " - iwlwifi-4965-ucode for Intel Pro Wireless 4965AGN"
- echo
- /bin/true
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade()
-{
- KERNEL_VERSION='2.6.22-ck'
- depmod -v $KERNEL_VERSION > /dev/null 2>&1
- /bin/true
-}
-
-# arg 1: the old package version
-post_remove()
-{
- KERNEL_VERSION='2.6.22-ck'
- depmod -v $KERNEL_VERSION > /dev/null 2>&1
-
- /bin/true
-}
-
-op=$1
-shift
-
-$op $*
More information about the arch-commits
mailing list