opt/wireless-tools/Pkgfile
2007-04-04 00:07:39 +02:00

16 lines
401 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=28
release=1
source=(http://pcmcia-cs.sf.net/ftp/contrib/${name/-/_}.$version.tar.gz)
build() {
cd ${name/-/_}.$version
make && make PREFIX=$PKG/usr install
}