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

Tom Killian tom at archlinux.org
Tue Jul 24 09:33:49 UTC 2007


    Date: Tuesday, July 24, 2007 @ 05:33:49
  Author: tom
    Path: /home/cvs-extra/extra/network/martian-ck

   Added: PKGBUILD (1.1)

upgpkg: martian-ck 20061203-1
update for 2.6.22-ck


----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)


Index: extra/network/martian-ck/PKGBUILD
diff -u /dev/null extra/network/martian-ck/PKGBUILD:1.1
--- /dev/null	Tue Jul 24 05:33:49 2007
+++ extra/network/martian-ck/PKGBUILD	Tue Jul 24 05:33:49 2007
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD,v 1.1 2007/07/24 09:33:49 tom Exp $
+# Maintainer:
+# Contributor: Steve Vialle <steve_v at orcon.net.nz>
+
+pkgname=martian-ck
+pkgver=20061203
+pkgrel=1
+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
+}  
+




More information about the arch-commits mailing list