[arch-commits] CVS update of extra/network/fcpci-suspend2 (PKGBUILD fcpci.install)
daniel at archlinux.org
daniel at archlinux.org
Tue Aug 21 16:58:01 UTC 2007
Date: Tuesday, August 21, 2007 @ 12:58:01
Author: daniel
Path: /home/cvs-extra/extra/network/fcpci-suspend2
Modified: PKGBUILD (1.3 -> 1.4) fcpci.install (1.3 -> 1.4)
update to 2.6.22
---------------+
PKGBUILD | 17 +++++++++++------
fcpci.install | 4 ++--
2 files changed, 13 insertions(+), 8 deletions(-)
Index: extra/network/fcpci-suspend2/PKGBUILD
diff -u extra/network/fcpci-suspend2/PKGBUILD:1.3 extra/network/fcpci-suspend2/PKGBUILD:1.4
--- extra/network/fcpci-suspend2/PKGBUILD:1.3 Tue May 8 17:22:41 2007
+++ extra/network/fcpci-suspend2/PKGBUILD Tue Aug 21 12:58:01 2007
@@ -1,26 +1,31 @@
-# $Id: PKGBUILD,v 1.3 2007/05/08 21:22:41 thomas Exp $
+# $Id: PKGBUILD,v 1.4 2007/08/21 16:58:01 daniel Exp $
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=fcpci-suspend2
pkgver=31107
-pkgrel=3
-_kernver=2.6.21-suspend2
+pkgrel=4
+_kernver=2.6.22-suspend2
pkgdesc="AVM ISDN driver for FRITZ PCI isdn cards. For kernel26suspend2."
arch=(i686 x86_64)
url="http://www.avm.de"
depends=('capi4k-utils' 'kernel26suspend2')
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz atomic.patch \
- kernel-2.6.19.patch kernel-2.6.20.patch)
+ kernel-2.6.19.patch kernel-2.6.20.patch kernel-2.6.22.patch)
install=fcpci.install
-md5sums=('3ee301b5d0e8df9e4b915af58b725556' '258b13bb2ac46960b9c91635f02cd080'\
- '5c63dc9df0810bb1ba85f3425abaa0ed' '890ec6e1219a3a4bae77f5815c3ed40d')
+md5sums=('3ee301b5d0e8df9e4b915af58b725556'
+ '258b13bb2ac46960b9c91635f02cd080'
+ '5c63dc9df0810bb1ba85f3425abaa0ed'
+ '890ec6e1219a3a4bae77f5815c3ed40d'
+ '4f4f03630ed994b16b4cd167f090a116')
build() {
cd $startdir/src/fritz/src
patch -Np0 -i ../../atomic.patch || return 1
patch -Np0 -i ../../kernel-2.6.19.patch || return 1
patch -Np0 -i ../../kernel-2.6.20.patch || return 1
+ patch -Np0 -i ../../kernel-2.6.22.patch || return 1
cd $startdir/src/fritz
+ make clean
make LIBDIR=$startdir/pkg/var/lib/fritz KDIR=/lib/modules/${_kernver}/build all || return 1
mkdir -p $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/isdn/hardware/avm/
cp $startdir/src/fritz/src/fcpci.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/isdn/hardware/avm/
Index: extra/network/fcpci-suspend2/fcpci.install
diff -u extra/network/fcpci-suspend2/fcpci.install:1.3 extra/network/fcpci-suspend2/fcpci.install:1.4
--- extra/network/fcpci-suspend2/fcpci.install:1.3 Tue May 8 17:22:41 2007
+++ extra/network/fcpci-suspend2/fcpci.install Tue Aug 21 12:58:01 2007
@@ -7,7 +7,7 @@
sed -i -e 's/#fcpci - - - - - -/fcpci - - - - - -/g' /etc/capi.conf
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.21-suspend2
+ KERNEL_VERSION=2.6.22-suspend2
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
@@ -22,7 +22,7 @@
sed -i -e 's/fcpci - - - - - -/#fcpci - - - - - -/g' /etc/capi.conf
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.21-suspend2
+ KERNEL_VERSION=2.6.22-suspend2
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
More information about the arch-commits
mailing list