summaryrefslogtreecommitdiffstats
path: root/base/madwifi/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-27 15:56:16 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-27 15:56:16 +0200
commit6dd6128f01da9ad30ef058c6494f130907e9ec56 (patch)
tree34cc2d44aa13a3e588c064e4709aa069fbb507f0 /base/madwifi/Pkgfile
parentebefe4c63815136ee1456dbcec62291619e5b211 (diff)
downloadnutyx-extra-6dd6128f01da9ad30ef058c6494f130907e9ec56.tar.gz
nutyx-extra-6dd6128f01da9ad30ef058c6494f130907e9ec56.tar.bz2
nutyx-extra-6dd6128f01da9ad30ef058c6494f130907e9ec56.tar.xz
nutyx-extra-6dd6128f01da9ad30ef058c6494f130907e9ec56.zip
madwifi dans test
Diffstat (limited to 'base/madwifi/Pkgfile')
-rwxr-xr-xbase/madwifi/Pkgfile15
1 files changed, 0 insertions, 15 deletions
diff --git a/base/madwifi/Pkgfile b/base/madwifi/Pkgfile
deleted file mode 100755
index 0afba8da4..000000000
--- a/base/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
-}