summaryrefslogtreecommitdiffstats
path: root/base/madwifi/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-05-08 17:22:07 +0200
committertnut <thierryn1 at hispeed dot ch>2010-05-08 17:22:07 +0200
commit3b16db58c37c928e6730ee563e324c77a527bc60 (patch)
treeef26759cd9140898001610dfe52988a274422092 /base/madwifi/Pkgfile
parent4966f595e4b943bbe4407cf254c2fbd85f500c11 (diff)
downloadnutyx-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-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
+}