[arch-commits] CVS update of unstable/modules/rt2x00-beyond (PKGBUILD rt2x00.install)
Travis Willard
travis at archlinux.org
Sun May 20 14:28:19 UTC 2007
Date: Sunday, May 20, 2007 @ 10:28:19
Author: travis
Path: /home/cvs-unstable/unstable/modules/rt2x00-beyond
Removed: PKGBUILD (1.26) rt2x00.install (1.3)
Beyond removed from repos
----------------+
PKGBUILD | 27 ---------------------------
rt2x00.install | 35 -----------------------------------
2 files changed, 62 deletions(-)
Index: unstable/modules/rt2x00-beyond/PKGBUILD
diff -u unstable/modules/rt2x00-beyond/PKGBUILD:1.26 unstable/modules/rt2x00-beyond/PKGBUILD:removed
--- unstable/modules/rt2x00-beyond/PKGBUILD:1.26 Sun Feb 25 12:38:26 2007
+++ unstable/modules/rt2x00-beyond/PKGBUILD Sun May 20 10:28:19 2007
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD,v 1.26 2007/02/25 17:38:26 ganja_guru Exp $
-# Maintainer : James Rayner <iphitus at gmail.com>
-pkgname=rt2x00-beyond
-_kernver=2.6.19-beyond
-pkgver=2007022510
-pkgrel=1
-pkgdesc="Open Source modules for Ralink wireless chipsets"
-arch=('i686' 'x86_64')
-url="http://rt2x00.serialmonkey.com"
-install="rt2x00.install"
-depends=('kernel26beyond')
-# apparently there's problems with the cvs, and thus snapshots are reccomended...
-# thus no md5sums, as this will be different tommorow.
-source=(http://rt2x00.serialmonkey.com/rt2x00-cvs-daily.tar.gz)
-
-build()
-{
- cd $startdir/src/rt2x00-cvs-$pkgver/
- make KERNDIR=/lib/modules/$_kernver/build
-
- # this module has one of the worst install routines ever. thus, override.
- mkdir -p $startdir/pkg/lib/modules/$_kernver/kernel/drivers/net/wireless/rt2x00
- install -m644 `find $startdir/src/rt2x00-cvs-$pkgver -name \*ko` \
- $startdir/pkg/lib/modules/$_kernver/kernel/drivers/net/wireless/rt2x00
-
- sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
-}
Index: unstable/modules/rt2x00-beyond/rt2x00.install
diff -u unstable/modules/rt2x00-beyond/rt2x00.install:1.3 unstable/modules/rt2x00-beyond/rt2x00.install:removed
--- unstable/modules/rt2x00-beyond/rt2x00.install:1.3 Fri Dec 1 22:48:06 2006
+++ unstable/modules/rt2x00-beyond/rt2x00.install Sun May 20 10:28:19 2007
@@ -1,35 +0,0 @@
-# arg 1: the new package version
-post_install()
-{
- KERNEL_VERSION='2.6.19-beyond'
- depmod -A -v $KERNEL_VERSION > /dev/null 2>&1
- /bin/true
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade()
-{
- KERNEL_VERSION='2.6.19-beyond'
- depmod -A -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 -A -v $KERNEL_VERSION > /dev/null 2>&1
- /bin/true
-}
-
-op=$1
-shift
-
-$op $*
More information about the arch-commits
mailing list