summaryrefslogtreecommitdiffstats
path: root/test/madwifi/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'test/madwifi/Pkgfile')
-rwxr-xr-xtest/madwifi/Pkgfile15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/madwifi/Pkgfile b/test/madwifi/Pkgfile
deleted file mode 100755
index 0afba8da4..000000000
--- a/test/madwifi/Pkgfile
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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.4100
-release=1
-source=(ftp://ftp.archlinux.org/other/$name/$name-$version.tar.bz2)
-
-build() {
- cd $name
- make
- make DESTDIR=$PKG BINDIR=/usr/bin MANDIR=/usr/share/man install
-}