summaryrefslogtreecommitdiffstats
path: root/base/madwifi/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/madwifi/Pkgfile')
-rwxr-xr-xbase/madwifi/Pkgfile16
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
+}