forked from ports/contrib
18 lines
612 B
Plaintext
18 lines
612 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, romster at shortcircuit dot net dot au
|
||
|
# 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
|
||
|
}
|
||
|
|