[arch-commits] CVS update of extra/network/ndiswrapper-beyond (2 files)

Aaron Griffin aaron at archlinux.org
Fri May 11 03:49:36 UTC 2007


    Date: Thursday, May 10, 2007 @ 23:49:36
  Author: aaron
    Path: /home/cvs-extra/extra/network/ndiswrapper-beyond

 Removed: PKGBUILD (1.14) ndiswrapper.install (1.5)

Removing beyond modules


---------------------+
 PKGBUILD            |   24 ------------------------
 ndiswrapper.install |   37 -------------------------------------
 2 files changed, 61 deletions(-)


Index: extra/network/ndiswrapper-beyond/PKGBUILD
diff -u extra/network/ndiswrapper-beyond/PKGBUILD:1.14 extra/network/ndiswrapper-beyond/PKGBUILD:removed
--- extra/network/ndiswrapper-beyond/PKGBUILD:1.14	Fri Jan 26 04:05:08 2007
+++ extra/network/ndiswrapper-beyond/PKGBUILD	Thu May 10 23:49:36 2007
@@ -1,24 +0,0 @@
-#$Id: PKGBUILD,v 1.14 2007/01/26 09:05:08 aaron Exp $
-#Maintainer: Aaron Griffin <aaron at archlinux.org>
-
-pkgname=ndiswrapper-beyond
-_kernver=2.6.19-beyond
-pkgver=1.34
-pkgrel=1
-pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For beyond kernel."
-arch=(i686 x86_64)
-url="http://ndiswrapper.sourceforge.net"
-install="ndiswrapper.install"
-depends=('ndiswrapper-utils' 'kernel26beyond')
-source=(http://dl.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-$pkgver.tar.gz)
-md5sums=('a9ecece5ae96f5bc72ee3df84a8f6866')
-
-build()
-{
-  cd $startdir/src/ndiswrapper-$pkgver/driver
-  make KVERS=$_kernver 
-  make DESTDIR=$startdir/pkg KVERS=$_kernver install || return 1
-  rm $startdir/pkg/lib/modules/$_kernver/modules.* #wtf?
-
-  sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
-}
Index: extra/network/ndiswrapper-beyond/ndiswrapper.install
diff -u extra/network/ndiswrapper-beyond/ndiswrapper.install:1.5 extra/network/ndiswrapper-beyond/ndiswrapper.install:removed
--- extra/network/ndiswrapper-beyond/ndiswrapper.install:1.5	Sun Dec  3 02:50:41 2006
+++ extra/network/ndiswrapper-beyond/ndiswrapper.install	Thu May 10 23:49:36 2007
@@ -1,37 +0,0 @@
-# arg 1:  the new package version
-post_install()
-{
-  ndiswrapper -m
-  KERNEL_VERSION='2.6.19-beyond'
-  depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
-  /bin/true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade()
-{
-  ndiswrapper -m
-  KERNEL_VERSION='2.6.19-beyond'
-  depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
-  /bin/true
-}
-
-# arg 1:  the old package version
-pre_remove()
-{
-  /bin/true
-}
-
-# arg 1:  the old package version
-post_remove()
-{
-  KERNEL_VERSION='2.6.19-beyond'
-  depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
-  /bin/true
-}
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list