diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:41 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:41 +0200 |
commit | eed609eec5e74859854bbb1734e02a20f0c187a9 (patch) | |
tree | 07c587878ce9f1d1d23718e93209e22207498dc4 | |
parent | d4c68edbc2d85636757f20fac24515d807226d06 (diff) | |
download | slackbuilds-eed609eec5e74859854bbb1734e02a20f0c187a9.tar.gz |
network/iw: Removed from 13.0 repository
-rw-r--r-- | network/iw/README | 7 | ||||
-rw-r--r-- | network/iw/iw.SlackBuild | 64 | ||||
-rw-r--r-- | network/iw/iw.info | 8 | ||||
-rw-r--r-- | network/iw/slack-desc | 19 |
4 files changed, 0 insertions, 98 deletions
diff --git a/network/iw/README b/network/iw/README deleted file mode 100644 index f37a6c2fdf..0000000000 --- a/network/iw/README +++ /dev/null @@ -1,7 +0,0 @@ -iw is a new nl80211 based CLI configuration utility for wireless devices. -Currently you can only use this utility to configure devices which use a -mac80211 driver, as these are the new drivers being written - most new -wireless devices being sold are now SoftMAC. List of mac80211 drivers: -http://wireless.kernel.org/en/developers/Documentation/mac80211#mac80211drivers - -iw requires libnl. diff --git a/network/iw/iw.SlackBuild b/network/iw/iw.SlackBuild deleted file mode 100644 index 85725fd82c..0000000000 --- a/network/iw/iw.SlackBuild +++ /dev/null @@ -1,64 +0,0 @@ -#!/bin/sh -# Slackware build script for iw -# Written by fossfun (fossfun@gmail.com) -# Some portions, methods and/or ideas obtained from: -# http://slackbuilds.org/template.SlackBuild - -# Modified by Robby Workman <rworkman@slackbuilds.org> - -PRGNAM=iw -VERSION=${VERSION:-0.9.14} -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -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.bz2 -cd $PRGNAM-$VERSION -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -make CFLAGS="$SLKCFLAGS" -make install \ - BINDIR=/usr/sbin \ - MANDIR=/usr/man \ - DESTDIR=$PKG - -( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null || true - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null -) - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING README $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.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 $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/network/iw/iw.info b/network/iw/iw.info deleted file mode 100644 index 71d8860773..0000000000 --- a/network/iw/iw.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="iw" -VERSION="0.9.14" -HOMEPAGE="http://wireless.kernel.org/en/users/Documentation/iw" -DOWNLOAD="http://wireless.kernel.org/download/iw/iw-0.9.14.tar.bz2" -MD5SUM="b5059cfe86bc7664511b79c159635a8f" -MAINTAINER="fossfun" -EMAIL="fossfun@gmail.com" -APPROVED="rworkman" diff --git a/network/iw/slack-desc b/network/iw/slack-desc deleted file mode 100644 index d5a38fbb36..0000000000 --- a/network/iw/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-------------------------------------------------------| -iw: iw (configuration utility for wireless devices) -iw: -iw: Currently you can only use this utility to configure devices which use -iw: a mac80211 driver, as these are the new drivers being written only -iw: because most new wireless devices being sold are now SoftMAC. -iw: -iw: Homepage: http://wireless.kernel.org/en/users/Documentation/iw -iw: -iw: -iw: -iw: |