[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install)

Tobias Powalowski tpowa at archlinux.org
Wed Mar 16 07:22:30 UTC 2011


    Date: Wednesday, March 16, 2011 @ 03:22:30
  Author: tpowa
Revision: 114841

upgpkg: fcpci 31107-58
bump to .38 series

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-16 06:54:06 UTC (rev 114840)
+++ PKGBUILD	2011-03-16 07:22:30 UTC (rev 114841)
@@ -3,14 +3,14 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=57
-_kernver=2.6.37-ARCH
+pkgrel=58
+_kernver=2.6.38-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>=2.6.37' 'kernel26<2.6.38')
-makedepends=('kernel26-headers>=2.6.37' 'kernel26-headers<2.6.38')
+depends=('capi4k-utils' 'kernel26>=2.6.38' 'kernel26<2.6.39')
+makedepends=('kernel26-headers>=2.6.38' 'kernel26-headers<2.6.39')
 if [ "$CARCH" = "i686" ]; then
   source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz 
 	kernel-2.6.19.patch 
@@ -84,4 +84,7 @@
   rm -r $pkgdir/var/lib/fritz  
   # build module dependencies
   sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/fcpci.install
+  # gzip -9 modules
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
+
 }

Modified: fcpci.install
===================================================================
--- fcpci.install	2011-03-16 06:54:06 UTC (rev 114840)
+++ fcpci.install	2011-03-16 07:22:30 UTC (rev 114841)
@@ -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.37-ARCH
+  KERNEL_VERSION=2.6.38-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
@@ -22,6 +22,6 @@
   sed -i -e 's/fcpci		-	-	-	-	-	-/#fcpci		-	-	-	-	-	-/g' /etc/capi.conf
     # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.37-ARCH
+  KERNEL_VERSION=2.6.38-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }




More information about the arch-commits mailing list