summaryrefslogtreecommitdiffstats
path: root/base/madwifi/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/madwifi/Pkgfile')
-rwxr-xr-xbase/madwifi/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/base/madwifi/Pkgfile b/base/madwifi/Pkgfile
new file mode 100755
index 000000000..78d7087fd
--- /dev/null
+++ b/base/madwifi/Pkgfile
@@ -0,0 +1,18 @@
+# Description:
+# URL:
+# Maintainer: NuTyX core team
+# Packager:
+# Depends on:
+
+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
+}