#$Id: PKGBUILD 7905 2008-08-05 07:01:47Z tpowa $ #Maintainer: Tobias Powalowski pkgname=ndiswrapper-utils pkgver=1.53 pkgrel=1 pkgdesc="Binaries for ndiswrapper module" arch=(i686 x86_64) license=('GPL') url="http://ndiswrapper.sourceforge.net" depends=(wireless_tools glibc) replaces=('ndiswrapper-bin') conflicts=('ndiswrapper-bin') source=(http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-$pkgver.tar.gz) build() { cd $startdir/src/ndiswrapper-$pkgver/utils make || return 1 make DESTDIR=$startdir/pkg install } md5sums=('393c6e6ab0803963148e18538601cdec')