# Contributor: Ivan N. Veselov # Maintainer: Daenyth pkgname=wifi-select pkgver=0.8 pkgrel=1 pkgdesc="Tool for selecting wifi networks in console" arch=(i686 x86_64) url="http://hg.horna.org.ua/wifi-select/" license=('GPL2') depends=('netcfg') source=($pkgname-$pkgver.tar.gz::http://hg.horna.org.ua/wifi-select/archive/$pkgver.tar.gz) md5sums=('c7763d25bd4f85849a09a2d5fa88d5bb') build() { cd "$srcdir/$pkgname-$pkgver" install -D -m 755 wifi-select $startdir/pkg/usr/bin/wifi-select install -D -m 644 parse-iwlist.awk $startdir/pkg/usr/lib/network/parse-iwlist.awk }