contrib/ndiswrapper/Pkgfile

20 lines
755 B
Plaintext
Raw Normal View History

2008-01-11 15:57:19 +01:00
# 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/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2008-01-11 15:57:19 +01:00
# Packager: Antonio SJ Musumeci, bile at landofbile dot com
# Depends on:
name=ndiswrapper
2008-03-27 22:07:10 +01:00
version=1.52
2008-01-11 15:57:19 +01:00
release=1
source=(http://dl.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-$version.tar.gz)
build() {
2008-03-27 22:07:10 +01:00
cd ndiswrapper-$version
sed -i -e "s|CFLAGS = -g -Wall -I\$(DRIVER_DIR)|CFLAGS = $CFLAGS -Wall -I\$(DRIVER_DIR)|" utils/Makefile
local kernel="`uname -r`"
make KBUILD=/usr/src/linux-$kernel EXTRA_CFLAGS="$CFLAGS"
make KBUILD=/usr/src/linux-$kernel DESTDIR=$PKG install
2008-01-11 15:57:19 +01:00
}