summaryrefslogtreecommitdiff
path: root/network/madwifi-tools
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2010-05-21 01:18:25 -0500
committerRobby Workman <rworkman@slackbuilds.org>2010-05-21 01:18:25 -0500
commit76b7b1827e806864730770d9682e9227e9529d68 (patch)
treee46c125f6aec5e28f3bb3908c7b24b499e76eac4 /network/madwifi-tools
parentafdfb06127811c9b296039f820b62a4de1876856 (diff)
downloadslackbuilds-76b7b1827e806864730770d9682e9227e9529d68.tar.gz
network/madwifi-*: Removed (build failure)
Diffstat (limited to 'network/madwifi-tools')
-rw-r--r--network/madwifi-tools/README8
-rw-r--r--network/madwifi-tools/madwifi-tools.SlackBuild59
-rw-r--r--network/madwifi-tools/madwifi-tools.info10
-rw-r--r--network/madwifi-tools/slack-desc19
4 files changed, 0 insertions, 96 deletions
diff --git a/network/madwifi-tools/README b/network/madwifi-tools/README
deleted file mode 100644
index a2664a8c4d..0000000000
--- a/network/madwifi-tools/README
+++ /dev/null
@@ -1,8 +0,0 @@
-MadWifi - a Linux kernel device driver for Wireless LAN chipsets from Atheros.
-
-A wireless card compatibility matrix is available at:
-http://madwifi.org/wiki/Compatibility
-
-This SlackBuild builds the madwifi tools, not the kernel module. You will
-need to use the "madwifi-driver" SlackBuild to build the madwifi module for
-your kernel version.
diff --git a/network/madwifi-tools/madwifi-tools.SlackBuild b/network/madwifi-tools/madwifi-tools.SlackBuild
deleted file mode 100644
index 7d0813ba6e..0000000000
--- a/network/madwifi-tools/madwifi-tools.SlackBuild
+++ /dev/null
@@ -1,59 +0,0 @@
-#!/bin/sh
-
-## Slackware build script for madwifi-tools
-
-## Written by hollywoodb (hollywoodb@fastmail.fm)
-## Maintained by Larry Hajali <larryhaja[at]gmail[dot]com> 9/25/09
-
-PRGNAM=madwifi
-VERSION=0.9.4
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-PKG_NAME=madwifi-tools
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=${PKG:-$TMP/package-$PKG_NAME}
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
-fi
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-sed -i 's|/usr/local|/usr|g' tools/Makefile
-make CFLAGS="$SLKCFLAGS" tools
-make install-tools DESTDIR=$PKG
-
-find $PKG | xargs file | grep -e "executable" -e "shared object" | \
- grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
-find $PKG/usr/man -type f -exec gzip -9 {} \;
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- COPYRIGHT INSTALL README THANKS docs/{WEP-HOWTO.txt,users-guide.pdf} \
- $PKG/usr/doc/$PRGNAM-$VERSION/
-cat $CWD/$PKG_NAME.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n -p $OUTPUT/$PKG_NAME-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/network/madwifi-tools/madwifi-tools.info b/network/madwifi-tools/madwifi-tools.info
deleted file mode 100644
index 3744cbf443..0000000000
--- a/network/madwifi-tools/madwifi-tools.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="madwifi-tools"
-VERSION="0.9.4"
-HOMEPAGE="http://madwifi-project.org/"
-DOWNLOAD="http://downloads.sourceforge.net/madwifi/madwifi-0.9.4.tar.gz"
-MD5SUM="399d20de8d855a59f20058857c2178ad"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-MAINTAINER="Larry Hajali"
-EMAIL="larryhaja[at]gmail[dot]com"
-APPROVED="rworkman"
diff --git a/network/madwifi-tools/slack-desc b/network/madwifi-tools/slack-desc
deleted file mode 100644
index 003ae3834b..0000000000
--- a/network/madwifi-tools/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler--------------------------------------------------------|
-madwifi-tools: madwifi-tools (tools for the madwifi wireless NIC driver)
-madwifi-tools:
-madwifi-tools: This package includes the madwifi tools for the madwifi driver for
-madwifi-tools: Atheros chipsets. The kernel module itself must be built seperately.
-madwifi-tools:
-madwifi-tools: Homepage: http://madwifi.org/
-madwifi-tools:
-madwifi-tools:
-madwifi-tools:
-madwifi-tools:
-madwifi-tools: