[arch-commits] CVS update of unstable/modules/tiacx-suspend2 (PKGBUILD acx.install)

James Rayner james at archlinux.org
Thu Jun 14 02:10:52 UTC 2007


    Date: Wednesday, June 13, 2007 @ 22:10:52
  Author: james
    Path: /home/cvs-unstable/unstable/modules/tiacx-suspend2

Modified: PKGBUILD (1.2 -> 1.3) acx.install (1.1 -> 1.2)

upgpkg: tiacx-suspend2 20070101-1


-------------+
 PKGBUILD    |   20 +++++++++-----------
 acx.install |    6 +++---
 2 files changed, 12 insertions(+), 14 deletions(-)


Index: unstable/modules/tiacx-suspend2/PKGBUILD
diff -u unstable/modules/tiacx-suspend2/PKGBUILD:1.2 unstable/modules/tiacx-suspend2/PKGBUILD:1.3
--- unstable/modules/tiacx-suspend2/PKGBUILD:1.2	Mon Jan  1 16:40:38 2007
+++ unstable/modules/tiacx-suspend2/PKGBUILD	Wed Jun 13 22:10:52 2007
@@ -1,22 +1,20 @@
 # Maintainer: James Rayner <iphitus at gmail.com>
-_kernver=2.6.19-suspend2;
-
+_kernver=2.6.21-suspend2;
 pkgname=tiacx-suspend2
-pkgver=20060521
+pkgver=20070101
 pkgrel=1
-pkgdesc="OpenSource module for Texas Instruments ACX100/ACX111 wireless chips. For kernel26suspend2."
+pkgdesc="OpenSource module for Texas Instruments ACX100/ACX111 wireless chips. For suspend2"
 arch=(i686 x86_64)
 url="http://acx100.sourceforge.net/"
-depends=('wireless_tools' 'kernel26suspend2' 'tiacx-firmware')
+depends=('wireless_tools' 'kernel26' 'tiacx-firmware')
 install=acx.install
-source=(http://acx100.erley.org/acx-$pkgver.tar.bz2 kernel-2.6.18-19.patch)
+source=(http://lisas.de/~andi/acx100/acx-$pkgver.tar.bz2)
 
 build() {
-    cd $startdir/src
-    patch -Np1 -i kernel-2.6.18-19.patch || return 1
-    make -C /lib/modules/$_kernver/build M=`pwd` || return 1
+    #patch -Np0 -i 2.6.18-utsrelease.patch || return 1
+    #patch -Np1 -i kernel-2.6.19.patch || return 1
+    cd $startdir/src/acx-20070101
+    make -C /lib/modules/$_kernver/build M=`pwd`
     install -D acx.ko $startdir/pkg/lib/modules/$_kernver/extra/acx.ko
     sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
 }
-
-md5sums=('d6a59fc3d34fd596fbd345c24d50a4eb' '0f8f0e50d7b10ce3105e90593c894338')
Index: unstable/modules/tiacx-suspend2/acx.install
diff -u unstable/modules/tiacx-suspend2/acx.install:1.1 unstable/modules/tiacx-suspend2/acx.install:1.2
--- unstable/modules/tiacx-suspend2/acx.install:1.1	Fri Dec 22 21:33:10 2006
+++ unstable/modules/tiacx-suspend2/acx.install	Wed Jun 13 22:10:52 2007
@@ -1,20 +1,20 @@
 # arg 1:  the new package version
 post_install() {
-  KERNEL_VERSION='2.6.19-suspend2'
+  KERNEL_VERSION='2.6.21-suspend2'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
 }
 
 # arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
-  KERNEL_VERSION='2.6.19-suspend2'
+  KERNEL_VERSION='2.6.21-suspend2'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1	 
   
 }
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION='2.6.19-suspend2'
+  KERNEL_VERSION='2.6.21-suspend2'
   depmod -v $KERNEL_VERSION > /dev/null 2>&1	 
 }
 




More information about the arch-commits mailing list