diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-08 17:22:07 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-08 17:22:07 +0200 |
commit | 3b16db58c37c928e6730ee563e324c77a527bc60 (patch) | |
tree | ef26759cd9140898001610dfe52988a274422092 /base/madwifi/Pkgfile | |
parent | 4966f595e4b943bbe4407cf254c2fbd85f500c11 (diff) | |
download | nutyx-pakxe-3b16db58c37c928e6730ee563e324c77a527bc60.tar.gz nutyx-pakxe-3b16db58c37c928e6730ee563e324c77a527bc60.tar.bz2 nutyx-pakxe-3b16db58c37c928e6730ee563e324c77a527bc60.tar.xz nutyx-pakxe-3b16db58c37c928e6730ee563e324c77a527bc60.zip |
maj madwifi#0.9.4.4119-1
Diffstat (limited to 'base/madwifi/Pkgfile')
-rwxr-xr-x | base/madwifi/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/base/madwifi/Pkgfile b/base/madwifi/Pkgfile new file mode 100755 index 000000000..316783588 --- /dev/null +++ b/base/madwifi/Pkgfile @@ -0,0 +1,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 +} |