opt/madwifi/Pkgfile

17 lines
431 B
Plaintext
Raw Normal View History

# Description: Kernel module for Atheros based 802.11a/b/g cards
2007-04-04 00:06:08 +02:00
# Maintainer: Till Biedermann, tillbiedermann at yahoo dot de
2006-10-11 01:33:09 +02:00
# URL: http://madwifi.org
# Depends on: sharutils
name=madwifi
2011-01-26 13:14:30 +01:00
version=0.9.4-r4133
release=1
source=(http://jue.li/crux/files/$name-$version.tar.xz)
build(){
2011-01-26 13:14:30 +01:00
cd $name-$version
sed -i '/^WARNINGS/s/-Werror//' Makefile.inc
make
2008-05-11 00:16:36 +02:00
make DESTDIR=$PKG BINDIR=/usr/bin MANDIR=/usr/man install
}