removed core/wireless_tools, no longer needed

This commit is contained in:
Kevin Mihelich 2011-03-22 13:22:15 -04:00
parent 3880e801d7
commit ea8d69395a
2 changed files with 0 additions and 38 deletions

View file

@ -1,26 +0,0 @@
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributer: Jason Chu <jchu@xentac.net>
# Plugbox changes: Just a pkgrel bump, if ABS goes above 5, delete me
pkgname=wireless_tools
pkgver=29
pkgrel=5
plugrel=1
pkgdesc="Wireless Tools"
arch=('arm')
url="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html"
license=('GPL')
depends=('glibc')
backup=('etc/conf.d/wireless')
source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.29.tar.gz wireless.conf.d)
md5sums=('e06c222e186f7cc013fd272d023710cb'
'027576534885b8d5dded9be546057b12')
build() {
cd ${srcdir}/wireless_tools.29
make || return 1
make INSTALL_DIR="${pkgdir}/usr/sbin" INSTALL_LIB="${pkgdir}/usr/lib" INSTALL_INC="${pkgdir}/usr/include" INSTALL_MAN="${pkgdir}/usr/share/man" install || return 1
install -D -m644 ${srcdir}/wireless.conf.d "${pkgdir}/etc/conf.d/wireless" || return 1
}

View file

@ -1,12 +0,0 @@
#
# Settings for wireless cards
#
# For each wireless interface declared in INTERFACES (in rc.conf), declare
# a wlan_${IF} variable that contains the arguments to be passed to
# iwconfig(8). Then list the original interface name in the
# WLAN_INTERFACES array.
#
#wlan_eth0="eth0 mode managed essid default"
#WLAN_INTERFACES=(eth0)