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

Tom Killian tom at archlinux.org
Mon Feb 18 23:23:19 UTC 2008


    Date: Monday, February 18, 2008 @ 18:23:19
  Author: tom
    Path: /home/cvs-unstable/unstable/modules/tiacx

 Removed: PKGBUILD (1.22) acx.install (1.11)

moved from Unstable to Core


-------------+
 PKGBUILD    |   22 ----------------------
 acx.install |   23 -----------------------
 2 files changed, 45 deletions(-)


Index: unstable/modules/tiacx/PKGBUILD
diff -u unstable/modules/tiacx/PKGBUILD:1.22 unstable/modules/tiacx/PKGBUILD:removed
--- unstable/modules/tiacx/PKGBUILD:1.22	Sun Dec  2 10:46:03 2007
+++ unstable/modules/tiacx/PKGBUILD	Mon Feb 18 18:23:19 2008
@@ -1,22 +0,0 @@
-# Maintainer: James Rayner <iphitus at gmail.com>
-
-pkgname=tiacx
-pkgver=20071003
-pkgrel=2
-pkgdesc="OpenSource module for Texas Instruments ACX100/ACX111 wireless chips. For stock arch 2.6 kernel"
-arch=(i686 x86_64)
-url="http://acx100.sourceforge.net/"
-license=('MPL')
-depends=('wireless_tools' 'kernel26' 'tiacx-firmware')
-install=acx.install
-source=(http://heanet.dl.sourceforge.net/sourceforge/acx100/acx-$pkgver.tar.bz2)
-
-_kernver=2.6.23-ARCH
-
-build() {
-    cd $startdir/src/acx-$pkgver
-    make -C /lib/modules/${_kernver}/build M=`pwd` || return 1
-    install -D acx.ko $startdir/pkg/lib/modules/${_kernver}/extra/acx.ko
-    sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
-}
-md5sums=('09cbaa558e1850d4996e7083d8b7bb93')
Index: unstable/modules/tiacx/acx.install
diff -u unstable/modules/tiacx/acx.install:1.11 unstable/modules/tiacx/acx.install:removed
--- unstable/modules/tiacx/acx.install:1.11	Sun Oct 14 07:05:45 2007
+++ unstable/modules/tiacx/acx.install	Mon Feb 18 18:23:19 2008
@@ -1,23 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  KERNEL_VERSION='2.6.23-ARCH'
-  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.23-ARCH'
-  depmod -v $KERNEL_VERSION > /dev/null 2>&1	 
-  
-}
-
-# arg 1:  the old package version
-post_remove() {
-  KERNEL_VERSION='2.6.23-ARCH'
-  depmod -v $KERNEL_VERSION > /dev/null 2>&1	 
-}
-
-op=$1
-shift
-$op $*




More information about the arch-commits mailing list