16 lines
418 B
Plaintext
16 lines
418 B
Plaintext
# Maintainer: Till Biedermann, tillbiedermann at yahoo dot de
|
|
# Description: Tools to configure and manipulate wlan devices
|
|
# URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
|
|
# Depends on:
|
|
|
|
name=wireless-tools
|
|
version=29
|
|
release=1
|
|
source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${name/-/_}.$version.tar.gz)
|
|
|
|
build() {
|
|
cd ${name/-/_}.$version
|
|
make && make PREFIX=$PKG/usr install
|
|
}
|
|
|