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

Tom Killian tom at archlinux.org
Sat Oct 13 21:33:47 UTC 2007


    Date: Saturday, October 13, 2007 @ 17:33:47
  Author: tom
    Path: /home/cvs-extra/extra/network/madwifi-ck

 Removed: PKGBUILD (1.12) madwifi-ng.install (1.5)

kernel26ck removed


--------------------+
 PKGBUILD           |   28 ----------------------------
 madwifi-ng.install |   23 -----------------------
 2 files changed, 51 deletions(-)


Index: extra/network/madwifi-ck/PKGBUILD
diff -u extra/network/madwifi-ck/PKGBUILD:1.12 extra/network/madwifi-ck/PKGBUILD:removed
--- extra/network/madwifi-ck/PKGBUILD:1.12	Mon Aug 20 06:07:38 2007
+++ extra/network/madwifi-ck/PKGBUILD	Sat Oct 13 17:33:47 2007
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD,v 1.12 2007/08/20 10:07:38 tom Exp $
-# Originally by kleptophobiac <kleptophobiac at gmail.com>
-# Modified by James Rayner for the repositories <iphitus at gmail.com>
-
-_kernver=2.6.22-ck
-
-pkgname=madwifi-ck
-pkgver=0.9.3.1.99
-pkgrel=2
-pkgdesc="Madwifi drivers for Atheros wireless chipsets. For kernel26ck"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://madwifi.org"
-depends=('madwifi-utils' 'kernel26ck')
-makedepends=('sharutils')
-install=madwifi-ng.install
-source=(http://www.archlinux.org/~alexander/src/madwifi-0.9.3.1.99.tar.bz2)
-        #http://heanet.dl.sourceforge.net/madwifi/madwifi-${pkgver}.tar.bz2)
-
-build() {
-  cd $startdir/src/madwifi-$pkgver
-  sed -i -e 's/-Werror//g' Makefile.inc
-  make KERNELPATH=/lib/modules/$_kernver/build KERNELRELEASE=$_kernver modules|| return 1
-  make KERNELPATH=/lib/modules/$_kernver/build KERNELRELEASE=$_kernver modules \
-       DESTDIR=$startdir/pkg KERNELRELEASE=$_kernver install-modules
-  sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
-}
-md5sums=('80e1c1d4dffbdd1ffc2af123ae424f54')
Index: extra/network/madwifi-ck/madwifi-ng.install
diff -u extra/network/madwifi-ck/madwifi-ng.install:1.5 extra/network/madwifi-ck/madwifi-ng.install:removed
--- extra/network/madwifi-ck/madwifi-ng.install:1.5	Tue Jul 24 05:26:25 2007
+++ extra/network/madwifi-ck/madwifi-ng.install	Sat Oct 13 17:33:47 2007
@@ -1,23 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  KERNEL_VERSION='2.6.22-ck'
-  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.22-ck'
-  depmod -v $KERNEL_VERSION	 > /dev/null 2>&1	 
-  
-}
-
-# arg 1:  the old package version
-post_remove() {
-  KERNEL_VERSION='2.6.22-ck'
-  depmod -v $KERNEL_VERSION	 > /dev/null 2>&1	 
-}
-
-op=$1
-shift
-$op $*




More information about the arch-commits mailing list