summaryrefslogtreecommitdiffstats
path: root/base/madwifi/Pkgfile
blob: 3167835881b26c771e9812cf51bd8f136055583d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Description: Modules kernel pour les cartes wifi à base de Atheros
# URL: http://madwifi.org
# Maintainer: NuTyX core team
# Packager: guy

name=madwifi
version=0.9.4.4119
release=1
source=(ftp://ftp.archlinux.org/other/$name/$name-$version.tar.bz2)

build() {
    cd $name
    sed -i -e 's/-Werror//g' Makefile.inc
    make 
    make DESTDIR=$PKG BINDIR=/usr/bin MANDIR=/usr/share/man install
}