diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-08 17:22:07 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-08 17:22:07 +0200 |
commit | 3b16db58c37c928e6730ee563e324c77a527bc60 (patch) | |
tree | ef26759cd9140898001610dfe52988a274422092 /test/madwifi/Pkgfile | |
parent | 4966f595e4b943bbe4407cf254c2fbd85f500c11 (diff) | |
download | nutyx-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 'test/madwifi/Pkgfile')
-rwxr-xr-x | test/madwifi/Pkgfile | 15 |
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 -} |