summaryrefslogtreecommitdiffstats
path: root/base/madwifi/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/madwifi/Pkgfile')
-rwxr-xr-xbase/madwifi/Pkgfile14
1 files changed, 6 insertions, 8 deletions
diff --git a/base/madwifi/Pkgfile b/base/madwifi/Pkgfile
index 78d7087fd..76b7a2b4e 100755
--- a/base/madwifi/Pkgfile
+++ b/base/madwifi/Pkgfile
@@ -1,18 +1,16 @@
-# Description:
-# URL:
+# Description: Modules kernel pour les cartes wifi à base de Atheros
+# URL: http://madwifi.org
# Maintainer: NuTyX core team
-# Packager:
-# Depends on:
+# Packager: guy
+# Depends on: kernel
name=madwifi
version=0.9.4.4096
release=1
-# source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
source=(ftp://ftp.archlinux.org/other/$name/$name-$version.tar.bz2)
build() {
cd $name
-# patch -i kernel-2.6.30.patch
- make
- make DESTDIR=$PKG install
+ make
+ make DESTDIR=$PKG BINDIR=/usr/bin MANDIR=/usr/share/man install
}