contrib/ndiswrapper/Pkgfile
2008-03-26 13:58:45 +11:00

18 lines
610 B
Plaintext

# Description: With ndiswrapper, most miniPCI (builtin), PCI, PCMCIA (Cardbus only) or USB wireless network cards work in Linux with x86 or x86-64.
# URL: http://ndiswrapper.sourceforge.net/joomla/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Antonio SJ Musumeci, bile at landofbile dot com
# Depends on:
name=ndiswrapper
version=1.51
release=1
source=(http://dl.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-$version.tar.gz)
build() {
cd ndiswrapper-$version
make KBUILD=/usr/src/linux-$(uname -r)
make KBUILD=/usr/src/linux-$(uname -r) DESTDIR=$PKG install
}