#$Id: PKGBUILD,v 1.34 2007/05/11 05:17:52 aaron Exp $ #Maintainer: Aaron Griffin pkgname=ndiswrapper _kernver=2.6.21-ARCH pkgver=1.43 pkgrel=1 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For stock arch 2.6 kernel." license=('GPL') arch=(i686 x86_64) url="http://ndiswrapper.sourceforge.net" depends=('ndiswrapper-utils') source=(http://easynews.dl.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-$pkgver.tar.gz) install="ndiswrapper.install" md5sums=('95479cb0111b6b28581993e947f6d2c8') subpkgs=('utils' 'suspend2' 'ck') # default pkgname_foo to "${pkgname}-foo" pkgdesc_utils="Binaries for ndiswrapper module" depends_utils=(wireless_tools glibc) replaces_utils=('ndiswrapper-bin') conflict_utils=('ndiswrapper-bin') pkgdesc_suspend2="Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For the -suspend2 kernel" depends_suspend2=('ndiswrapper-utils') _kernver_suspend2=2.6.21-suspend2 pkgdesc_ck="Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For the -ck kernel" depends_ck=('ndiswrapper-utils') _kernver_ck=2.6.21-ck build() { # how do we build all 3 modules cleanly? # make, make clean, make, make clean, make, make clean # seems a bit convoluted }