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

Tom Killian tom at archlinux.org
Sat Oct 13 21:35:23 UTC 2007


    Date: Saturday, October 13, 2007 @ 17:35:23
  Author: tom
    Path: /home/cvs-extra/extra/network/martian-ck

 Removed: PKGBUILD (1.2) martian.install (1.1)

kernel26ck removed


-----------------+
 PKGBUILD        |   27 ---------------------------
 martian.install |   29 -----------------------------
 2 files changed, 56 deletions(-)


Index: extra/network/martian-ck/PKGBUILD
diff -u extra/network/martian-ck/PKGBUILD:1.2 extra/network/martian-ck/PKGBUILD:removed
--- extra/network/martian-ck/PKGBUILD:1.2	Mon Aug 20 06:04:26 2007
+++ extra/network/martian-ck/PKGBUILD	Sat Oct 13 17:35:23 2007
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD,v 1.2 2007/08/20 10:04:26 tom Exp $
-# Maintainer:
-# Contributor: Steve Vialle <steve_v at orcon.net.nz>
-
-pkgname=martian-ck
-pkgver=20061203
-pkgrel=2
-license=("GPL" "custom:Agere Systems license")
-arch=('i686')
-_kernver=2.6.22-ck
-pkgdesc="Alternative drivers for the Mars chipset Lucent LT Winmodem (PCI). For kernel26ck" 
-url="http://martian.barrelsoutofbond.org/"
-install=martian.install 
-source=(http://www.barrelsoutofbond.org/downloads/martian/martian-full-${pkgver}.tar.gz) 
-depends=('kernel26ck' 'glibc' 'martian-utils')
-options=('NOSTRIP')
-replaces=('ltmodem')
-
-build() { 
-
-#Build
-  cd $startdir/src/martian && make KERNEL_DIR=/usr/src/linux-${_kernver} all || return 1 
-
-#Install kernel modules
-  install -D -m 644 $startdir/src/martian/kmodule/martian_dev.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/net/martian_dev.ko
-}  
-
Index: extra/network/martian-ck/martian.install
diff -u extra/network/martian-ck/martian.install:1.1 extra/network/martian-ck/martian.install:removed
--- extra/network/martian-ck/martian.install:1.1	Mon Aug 20 06:04:26 2007
+++ extra/network/martian-ck/martian.install	Sat Oct 13 17:35:23 2007
@@ -1,29 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  # updating module dependencies
-  echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.17-beyond
-  depmod -A -v $KERNEL_VERSION > /dev/null 2>&1
-}
-echo
-echo
-echo "==> NOTICE:"
-echo "==> To load driver at startup, add 'martian_dev' to the MODULES array "
-echo "==> and 'martian' to the DAEMONS array in /etc/rc.conf"
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-  # updating module dependencies
-  echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.17-beyond
-  depmod -A -v $KERNEL_VERSION > /dev/null 2>&1
-}
-op=$1
-shift
-$op $* 
\ No newline at end of file




More information about the arch-commits mailing list