[arch-commits] CVS update of extra/network/fcpci (PKGBUILD fcpci.install)

Tobias Powalowski tpowa at archlinux.org
Wed Oct 10 20:54:25 UTC 2007


    Date: Wednesday, October 10, 2007 @ 16:54:25
  Author: tpowa
    Path: /home/cvs-extra/extra/network/fcpci

Modified: PKGBUILD (1.31 -> 1.32) fcpci.install (1.11 -> 1.12)

'upgpkg: update to new major kernel version'


---------------+
 PKGBUILD      |   17 +++++++----------
 fcpci.install |    4 ++--
 2 files changed, 9 insertions(+), 12 deletions(-)


Index: extra/network/fcpci/PKGBUILD
diff -u extra/network/fcpci/PKGBUILD:1.31 extra/network/fcpci/PKGBUILD:1.32
--- extra/network/fcpci/PKGBUILD:1.31	Mon Jul  9 18:04:09 2007
+++ extra/network/fcpci/PKGBUILD	Wed Oct 10 16:54:25 2007
@@ -1,21 +1,23 @@
-# $Id: PKGBUILD,v 1.31 2007/07/09 22:04:09 tpowa Exp $
+# $Id: PKGBUILD,v 1.32 2007/10/10 20:54:25 tpowa Exp $
 #Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=31
-_kernver=2.6.22-ARCH
+pkgrel=32
+_kernver=2.6.23-ARCH
 pkgdesc="AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel."
 arch=(i686 x86_64)
 license=('custom:"AVM"' 'LGPL')
 url="http://www.avm.de"
 depends=('capi4k-utils' 'kernel26')
-source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz \
+[ "$CARCH" = "i686" ] && source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz \
+	kernel-2.6.19.patch atomic.patch kernel-2.6.20.patch kernel-2.6.22.patch)
+[ "$CARCH" = "x86_64" ] && source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux_64bit/suse.10.0/fcpci-suse10.0-64bit-3.11-07.tar.gz \
 	kernel-2.6.19.patch atomic.patch kernel-2.6.20.patch kernel-2.6.22.patch)
 install=fcpci.install
 build() {
   cd $startdir/src/fritz/src
-  patch -Np0 -i ../../atomic.patch || return 1
+  [ "$CARCH" = "i686" ] && (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
@@ -27,8 +29,3 @@
   # build module dependencies
   sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/fcpci.install
 }
-md5sums=('3ee301b5d0e8df9e4b915af58b725556'
-         '5c63dc9df0810bb1ba85f3425abaa0ed'
-         '258b13bb2ac46960b9c91635f02cd080'
-         '890ec6e1219a3a4bae77f5815c3ed40d'
-         '4f4f03630ed994b16b4cd167f090a116')
Index: extra/network/fcpci/fcpci.install
diff -u extra/network/fcpci/fcpci.install:1.11 extra/network/fcpci/fcpci.install:1.12
--- extra/network/fcpci/fcpci.install:1.11	Mon Jul  9 18:04:09 2007
+++ extra/network/fcpci/fcpci.install	Wed Oct 10 16:54:25 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.22-ARCH
+  KERNEL_VERSION=2.6.23-ARCH
   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.22-ARCH
+  KERNEL_VERSION=2.6.23-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list